Click or drag to resize
RolePermissionAssignmentsGetEnumerator Method
Returns an enumerator for this RolePermissionAssignments object.

Namespace: Colygon.MatchPoint.Workspaces.Roles
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public IEnumerator<RolePermissionAssignment> GetEnumerator()

Return Value

Type: IEnumeratorRolePermissionAssignment

Implements

IEnumerableTGetEnumerator
See Also