Returns an enumerator that iterates through the privacy list.

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

Syntax

C#
public IEnumerator<PrivacyRule> GetEnumerator()

Return Value

An enumerator that can be used to iterate through the privacy list.

Implements

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

See Also