The VGMembershipUserCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| VGMembershipUserCollection | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds the specified membership user to the collection.
| |
| Clear |
Removes all membership user objects from the collection.
| |
| CopyTo |
Copies the membership user collection to a one-dimensional array.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetEnumerator |
Gets an enumerator that can iterate through the membership user collection.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetSortedList |
Returns a sorted collection using the specified VGMembershipUserComparer 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 | Overloaded. | |
| SetReadOnly |
Makes the contents of the membership user collection read-only.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of membership user objects in the collection.
| |
| IsSynchronized |
Gets a value indicating whether the membership user collection is thread safe.
| |
| Item | Overloaded. | |
| SyncRoot |
Gets the synchronization root.
|