AuthorizationRules.GetEnumerator Method

Definition

Gets the enumerator that iterates through the collection.

public System.Collections.Generic.IEnumerator<Microsoft.ServiceBus.Messaging.AuthorizationRule> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.ServiceBus.Messaging.AuthorizationRule>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.ServiceBus.Messaging.AuthorizationRule>
Public Function GetEnumerator () As IEnumerator(Of AuthorizationRule)

Returns

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

Implements

Applies to