IdentityReferenceCollection::GetEnumerator Method ()

 

Gets an enumerator that can be used to iterate through the IdentityReferenceCollection collection.

Namespace:   System.Security.Principal
Assembly:  mscorlib (in mscorlib.dll)

public:
virtual IEnumerator<IdentityReference^>^ GetEnumerator() sealed

Return Value

Type: System.Collections.Generic::IEnumerator<IdentityReference^>^

An enumerator for the IdentityReferenceCollection collection.

.NET Framework
Available since 2.0
Return to top
Show: