countBind Class |
Namespace: WhetStone.Looping
public static class countBind
| Name | Description | |
|---|---|---|
| CountBindT(ICollectionT, Int32) |
Attaches indices to elements of an ICollectionT.
| |
| CountBindT(IEnumerableT, Int32) |
Attaches indices to elements of an IEnumerableT.
| |
| CountBindT(IListT, Int32) |
Attaches indices to elements of an IListT.
| |
| CountBindT, C(ICollectionT, C) |
Attaches indices to elements of an ICollectionT. Indexes are of any type and use fielding to increment.
| |
| CountBindT, C(IEnumerableT, C) |
Attaches indices to elements of an IEnumerableT. Indexes are of any type and use fielding to increment.
| |
| CountBindT, C(IListT, C) |
Attaches indices to elements of an IListT. Indexes are of any type and use fielding to increment.
|