Click or drag to resize
BCPropertyCollectionGetEnumerator 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<BCProperty> GetEnumerator()

Return Value

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

Implements

IEnumerableTGetEnumerator
See Also