Click or drag to resize
BCPropertySetGetEnumerator 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.19.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