PermissionSet::GetEnumeratorImpl Method ()

.NET Framework (current version)
 

Returns an enumerator for the permissions of the set.

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

protected:
virtual IEnumerator^ GetEnumeratorImpl()

Return Value

Type: System.Collections::IEnumerator^

An enumerator object for the permissions of the set.

The GetEnumeratorImpl method is the implementation for the GetEnumerator method.

.NET Framework
Available since 4.0
Return to top
Show: