| Initializes a new instance of the RoleCollection class. |
| Returns the number of roles in the collection. | |
| Returns the list of roles as a string array. |
| Adds a new role to the collection. | |
| Adds a range of roles to the collection. | |
| Clears out the roles collection. | |
| Returns a Boolean indicating if the passed-in role name exists in the role collection. | |
| Returns true if this role collection and the passed in role collection are disjoint (share no elements in common). | |
| Determines whether the specified Object is equal to the current Object. | |
| Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| Gets the Type of the current instance. | |
| Removes a role from the collection. | |
| Returns a String that represents the current Object. |
| Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | |
| Creates a shallow copy of the current Object. |
| Iterate through the object array passed in. For each element in the object array passed-in, a new role is added to the collection. | |
| Returns an array of objects, where each object is a string in the collection. | |
| Indicates that changes to the view state should be tracked. |
RoleCollection Class | skmMenu Namespace