ProviderList Class

Class ProviderList.
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.
JScript does not support generic types and methods.
This language is not supported or no code example is available.
Name Description
Public constructor ProviderList() Initializes a new instance of the ProviderList class.
Top
Name Description
Public property Count Gets the count.
Public property Item(string) Gets the IProvider with the specified name.
Top
Methods
 
Name Description
Public method Add(IProvider) Adds the specified provider.
Public method Clear() Clears this instance.
Public method Contains(IProvider)
Public method GetById(int) Gets the by identifier.
Public method GetByIndex(int) Gets the index of the by.
Public method GetByName(string) Gets the name of the by.
Public method GetEnumerator() Returns an enumerator that iterates through the collection.
Public method Remove(IProvider) Removes the specified provider.
Top

In this article

Definition