Back to Devexpress

PresentationCollectionBase<T>.GetEnumerator() Method

officefileapi-devexpress-dot-docs-dot-presentation-dot-presentationcollectionbase-1-ef83a30e.md

latest1.3 KB
Original Source

PresentationCollectionBase<T>.GetEnumerator() Method

Returns an enumerator that iterates through the collection.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public IEnumerator<T> GetEnumerator()
vb
Public Function GetEnumerator As IEnumerator(Of T)

Returns

TypeDescription
IEnumerator<T>

An enumerator that can be used to iterate through the collection.

|

See Also

PresentationCollectionBase<T> Class

PresentationCollectionBase<T> Members

DevExpress.Docs.Presentation Namespace