Skip to main content

Brick.GetEnumerator() Method

Returns an enumerator that can iterate through the collection of bricks.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public virtual IEnumerator GetEnumerator()

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