![]() | countBind Class |
Namespace: WhetStone.Looping
public static class countBind
Name | Description | |
---|---|---|
![]() ![]() | CountBind<T>(ICollection<T>, Int32) |
Attaches indices to elements of an ICollection<T>.
|
![]() ![]() | CountBind<T>(IEnumerable<T>, Int32) |
Attaches indices to elements of an IEnumerable<T>.
|
![]() ![]() | CountBind<T>(IList<T>, Int32) |
Attaches indices to elements of an IList<T>.
|
![]() ![]() | CountBind<T, C>(ICollection<T>, C) |
Attaches indices to elements of an ICollection<T>. Indexes are of any type and use fielding to increment.
|
![]() ![]() | CountBind<T, C>(IEnumerable<T>, C) |
Attaches indices to elements of an IEnumerable<T>. Indexes are of any type and use fielding to increment.
|
![]() ![]() | CountBind<T, C>(IList<T>, C) |
Attaches indices to elements of an IList<T>. Indexes are of any type and use fielding to increment.
|