|
PeanutButter
|
Wraps an object which would be an acceptable enumerator in a foreach (due to .NET compile-time duck-typing) into an actual IEnumerator. More...
Properties | |
| bool | IsValid [get] |
| Flag: communicates if the wrapping was successful. Unsuccessful wraps will result in empty enumerations. | |
| T | Current [get] |
Wraps an object which would be an acceptable enumerator in a foreach (due to .NET compile-time duck-typing) into an actual IEnumerator.
|
get |
Flag: communicates if the wrapping was successful. Unsuccessful wraps will result in empty enumerations.
Implements PeanutButter.Utils.IEnumerableWrapper.