Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft