Mono Class Library: System.Security.PermissionSet Overview | Members

System.Security.PermissionSet.GetEnumerator Method

Returns an enumerator used to iterate over the permissions in the current instance.

public IEnumerator GetEnumerator ()

Returns

A IEnumerator object for the permissions of the set.

Remarks

Note: This method is implemented to support the ICollection interface, which supports the IEnumerable interface.

Operation
As described above.

Note to Inheritors
Override this method to customize the enumerator returned by this method.

Requirements

Namespace: System.Security
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0