Click or drag to resize

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)
Syntax
C#
public bool Initialized(
	int index
)

Parameters

index
Type: SystemInt32
The index of the lazy element.

Return Value

Type: Boolean
Whether the element at an index has been initialized.
See Also