 | LazyListTInitialized Method |
Get whether the element at an index has been initialized.
Namespace:
WhetStone.Looping
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic bool Initialized(
int index
)
Parameters
- index
- Type: SystemInt32
The index of the lazy element.
Return Value
Type:
BooleanWhether the element at an index has been initialized.
See Also