ProfileManagerBase.GetEnumerator Method
Include Protected Members
Include Inherited Members
Returns an IEnumerator that can be used to iterate through all profiles.
Overload List
Name | Description | |
---|---|---|
GetEnumerator() | Returns an IEnumerator that can be used to iterate through all profiles. | |
GetEnumerator(Int64, Int32) | Returns an IEnumerator that can be used to iterate through a specified number of profiles. |
Top