Click or drag to resize

CollectionGetNonGenericEnumerator Method

Returns a non-generic enumerator for the collection.

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
protected abstract IEnumerator GetNonGenericEnumerator()

Return Value

Type: IEnumerator
Non-generic enumerator over the items of the collection.
See Also