The SecurityUsersCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add | Adds the specified object to the collection.
(Inherited from ICollection<(Of <(T>)>).) | |
| Clear | Clears all objects from the collection.
(Inherited from ICollection<(Of <(T>)>).) | |
| Contains | Returns true if the given item exists in the collection.
(Inherited from IArray<(Of <(T>)>).) | |
| GetEnumerator | Overloaded. | |
| IndexOf | Gets the index of the given item in the collection.
(Inherited from IArray<(Of <(T>)>).) | |
| Remove | Removes the specified object from the collection.
(Inherited from ICollection<(Of <(T>)>).) | |
| RemoveAt | Removes the object at the specified index.
(Inherited from ICollection<(Of <(T>)>).) | |
| Sort | Overloaded. | |
| ToArray | Overloaded. |