Table of Contents

Method GetEnumerator

Namespace
DisCatSharp.Lavalink
Assembly
DisCatSharp.Lavalink.dll

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.