Table of Contents

Method GetEnumerator

Namespace
MaaFramework.Binding.Buffers
Assembly
MaaFramework.Binding.dll

GetEnumerator()

Returns an enumerator that iterates through the collection.

public IEnumerator<T> GetEnumerator()

Returns

IEnumerator<T>

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