This documentation is archived and is not being maintained.
RoleProviderCollection Methods
Visual Studio 2008
The RoleProviderCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add | Adds a role provider to the collection. (Overrides ProviderCollection.Add(ProviderBase).) |
|
Clear | Removes all items from the collection. (Inherited from ProviderCollection.) |
|
CopyTo | Overloaded. Copies the role provider collection to a one-dimensional array. |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetEnumerator | Returns an object that implements the IEnumerator interface to iterate through the collection. (Inherited from ProviderCollection.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Remove | Removes a provider from the collection. (Inherited from ProviderCollection.) |
|
SetReadOnly | Sets the collection to be read-only. (Inherited from ProviderCollection.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
ICollection.CopyTo | Copies the elements of the ProviderCollection to an array, starting at a particular array index. (Inherited from ProviderCollection.) |
Show: