PermissionSet::GetEnumerator Method ()
.NET Framework (current version)
Returns an enumerator for the permissions of the set.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Collections::IEnumerator^An enumerator object for the permissions of the set.
Implements
IEnumerable::GetEnumerator()Use the enumerator as an index to access individual permission objects in the set.
Notes to Inheritors:
When you inherit from PermissionSet, you can change the behavior of the GetEnumerator method by overriding the GetEnumeratorImpl method.
The following code example shows the use of the GetEnumerator method to list all the permissions in a permission set. This code example is part of a larger example provided for the PermissionSet class.
.NET Framework
Available since 1.1
Available since 1.1
Show: