A newer version of this page is available.
Switch to the current version.
Brick.GetEnumerator() Method
Returns an enumerator that can iterate through the collection of bricks.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
public virtual IEnumerator GetEnumerator()
Public Overridable Function GetEnumerator As IEnumerator
Returns
Type | Description |
---|---|
IEnumerator | An object implementing the IEnumerator interface. |
Remarks
Enumerators only allow the data in the collection to be read. Enumerators cannot be used to modify the underlying collection.
Implements
See Also
Feedback