Click or drag to resize

UserPermissionsGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Recrovit.RecroGridFramework.Security
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public IEnumerator<KeyValuePair<int, bool>> GetEnumerator()

Return Value

Type: IEnumeratorKeyValuePairInt32, Boolean
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also