Brick.GetEnumerator() Method
Returns an enumerator that can iterate through the collection of bricks.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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.
See Also