| FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::ClientServices::ProviderCollection:

()
Definition at line 34 of file mgProviderCollection.h.
Public Member Functions | |
| System::Boolean | Contains (System::String *name) |
| Determines if the collection contains the specified item. | |
| System::Void | CopyTo (System::String *array[], System::Int32 index) |
| Copies the elements of the collection to an array. | |
| __property System::Int32 | get_Count (System::Void) |
| Gets the number of items in the collection. | |
| __property OSGeo::FDO::ClientServices::Provider * | get_RealTypeItem (System::Int32 index) |
| Gets the Provider item in the collection at the specified index. | |
| __sealed System::Collections::IEnumerator * | GetEnumerator (System::Void) |
| Gets an enumerator that can iterate through a collection. | |
| System::Int32 | IndexOf (System::String *name) |
| Returns the index of the specified item in the collection. | |
| Comments or suggestions? Send us feedback. |