Click or drag to resize
BCCollectionBaseTGetEnumerator Method
Returns an enumerator that iterates through the collection.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public IEnumerator<T> GetEnumerator()

Return Value

Type: IEnumeratorT
A IEnumeratorT that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also