Поделиться через


ClaimActionCollection.GetEnumerator Метод

Определение

Возвращает перечислитель, выполняющий перебор элементов в коллекции.

public:
 virtual System::Collections::Generic::IEnumerator<Microsoft::AspNetCore::Authentication::OAuth::Claims::ClaimAction ^> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimAction> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimAction>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimAction>
Public Function GetEnumerator () As IEnumerator(Of ClaimAction)

Возвращаемое значение

Реализации

Применяется к