cache Methods |
| Name | Description | |
|---|---|---|
| CacheT(IEnumerableT, NullableInt32) |
Caches the IEnumerableT, causing it to enumerate once at most.
| |
| CacheT(IListT, NullableInt32) |
Caches the IListT, causing it to enumerate once at most.
|