Click or drag to resize

BCStoredPropertyDefCollectionGetEnumerator 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.111.0)
Syntax
public IEnumerator<BCPropertyDef> GetEnumerator()

Return Value

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

Implements

IEnumerableTGetEnumerator
See Also