Click or drag to resize

countBind Class

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

Namespace:  WhetStone.Looping
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public static class countBind
Methods
  NameDescription
Public methodStatic memberCountBind<T>(ICollection<T>, Int32)
Public methodStatic memberCountBind<T>(IEnumerable<T>, Int32)
Public methodStatic memberCountBind<T>(IList<T>, Int32)
Public methodStatic memberCountBind<T, C>(ICollection<T>, C)
Public methodStatic memberCountBind<T, C>(IEnumerable<T>, C)
Public methodStatic memberCountBind<T, C>(IList<T>, C)
Top
See Also