ProviderList Class
public class ProviderList : IEnumerable<IProvider>
This language is not supported or no code example is available.
public ref class ProviderList : public IEnumerable<IProvider^>^
This language is not supported or no code example is available.
| Name | Description | |
|---|---|---|
|
ProviderList() | Initializes a new instance of the ProviderList class. |
| Name | Description | |
|---|---|---|
|
Count | Gets the count. |
|
Item(string) | Gets the IProvider with the specified name. |
| Name | Description | |
|---|---|---|
|
Add(IProvider) | Adds the specified provider. |
|
Clear() | Clears this instance. |
|
Contains(IProvider) | |
|
GetById(int) | Gets the by identifier. |
|
GetByIndex(int) | Gets the index of the by. |
|
GetByName(string) | Gets the name of the by. |
|
GetEnumerator() | Returns an enumerator that iterates through the collection. |
|
Remove(IProvider) | Removes the specified provider. |