The following tables list the members exposed by DelegatedServersCollection.
Name | Description | |
---|---|---|
![]() | DelegatedServersCollection Constructor | Initializes a new empty instance of the DelegatedServersCollection collection. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of DelegatedServer objects actually contained in the collection. |
![]() | IsReadOnly | Gets a value indicating whether the collection is read-only. |
![]() | Item | Gets or sets the DelegatedServer at the specified index from within the collection. |
Name | Description | |
---|---|---|
![]() | Add | Adds the specified DelegatedServer to the end of the collection. |
![]() | Clear | Removes all items from the collection. |
![]() | Contains | Determines whether a DelegatedServer is in the collection. |
![]() | CopyTo | Copies the entire List to a compatible one-dimensional array, starting at the specified index of the target array. |
![]() | GetEnumerator | Returns an enumerator that iterates through the DelegatedServersCollection. |
![]() | IndexOf | Returns the index of the specified DelegatedServer if it is found in the collection. |
![]() | Insert | Inserts the specified DelegatedServer at the specified index. |
![]() | Remove | Removes the specified DelegatedServer. |
![]() | RemoveAt | Removes the DelegatedServer from the specified index. |