The following tables list the members exposed by DelegatedServersCollection.
Public Constructors
Name | Description | |
---|---|---|
DelegatedServersCollection | Initializes a new empty instance of the DelegatedServersCollection collection. |
Public Methods
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. |
Public Properties
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. |