Returns an enumerator that iterates through the collection of roster items.

Namespace: S22.Xmpp.Im
Assembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public IEnumerator<RosterItem> GetEnumerator()

Return Value

An enumerator that iterates through the collection of roster items.

Implements

IEnumerable<(Of <(<'T>)>)>..::..GetEnumerator()()()()

See Also