Click or drag to resize

longestCommonPrefix Class

A static container for identity method
Inheritance Hierarchy
SystemObject
  WhetStone.LoopinglongestCommonPrefix

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 memberLongestCommonPrefixT(IEnumerableIEnumerableT)
Public methodStatic memberLongestCommonPrefixT(IEnumerableIEnumerableT, IEqualityComparerT)
Public methodStatic memberLongestCommonPrefixT(IEnumerableT, IEnumerableT)
Public methodStatic memberLongestCommonPrefixT(IEnumerableT, IEnumerableT, IEqualityComparerT)
Top
See Also