Click or drag to resize

longestCommonPrefix Class

A static container for identity method
Inheritance Hierarchy
System.Object
  WhetStone.Looping.longestCommonPrefix

Namespace:  WhetStone.Looping
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public static class longestCommonPrefix
Methods
  NameDescription
Public methodStatic memberLongestCommonPrefix<T>(IEnumerable<IEnumerable<T>>)
Public methodStatic memberLongestCommonPrefix<T>(IEnumerable<IEnumerable<T>>, IEqualityComparer<T>)
Public methodStatic memberLongestCommonPrefix<T>(IEnumerable<T>, IEnumerable<T>)
Public methodStatic memberLongestCommonPrefix<T>(IEnumerable<T>, IEnumerable<T>, IEqualityComparer<T>)
Top
See Also