Skip to main content
A newer version of this page is available. .

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()

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