Click or drag to resize

BCPropertySet.GetEnumerator Method

Returns an enumerator that iterates through the collection of property definitions.

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: IEnumerator<BCPropertyDef>
A IEnumerator<T> that can be used to iterate through the collection.

Implements

IEnumerable<T>.GetEnumerator()
See Also