FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Common::DictionaryElementCollection:
Public Member Functions | |
System::Int32 | Add (DictionaryElement *value) |
Adds a DictionaryElement object into the collection. | |
System::Void | Clear () |
Removes all elements from the collection. | |
System::Boolean | Contains (String *name) |
Determines whether the collection contains a specific DictionaryElement object. | |
System::Boolean | Contains (DictionaryElement *value) |
Determines whether the collection contains a specific DictionaryElement object. | |
System::Void | CopyTo (DictionaryElement *array[], System::Int32 index) |
Copies the elements of the collection to an array. | |
DictionaryElementCollection (System::IntPtr unmanaged, System::Boolean autoDelete) | |
Constructs a dictionary object based on an unmanaged instance of the object. | |
DictionaryElementCollection () | |
Constructs a new empty dictionary element collection | |
__property System::Int32 | get_Count (System::Void) |
Gets the count of items in collection. | |
__property DictionaryElement * | get_Item (System::Int32 index) |
Gets a DictionaryElement in the collection. | |
__property DictionaryElement * | get_RealTypeItem (System::String *index) |
Gets a named DictionaryElement in the collection. | |
__property DictionaryElement * | get_RealTypeItem (System::Int32 index) |
Gets a DictionaryElement in the collection. | |
__sealed System::Collections::IEnumerator * | GetEnumerator (System::Void) |
Gets an enumerator that can iterate through a collection. | |
System::Int32 | IndexOf (String *name) |
Determines the index of a specific DictionaryElement object. | |
System::Int32 | IndexOf (DictionaryElement *value) |
Determines the index of a specific DictionaryElement object. | |
System::Void | Insert (System::Int32 index, DictionaryElement *value) |
Inserts a DictionaryElement object into the collection at the specified position. | |
System::Void | Remove (DictionaryElement *value) |
Removes the first occurrence of a specific DictionaryElement object. | |
System::Void | RemoveAt (System::Int32 index) |
Removes the index-th DictionaryElement from this collection. | |
__property System::Void | set_Item (System::Int32 index, DictionaryElement *value) |
Sets a DictionaryElement in the collection. | |
__property System::Void | set_RealTypeItem (System::Int32 index, DictionaryElement *value) |
Sets a DictionaryElement in the collection. | |
Protected Member Functions | |
System::Void | ReleaseUnmanagedObject () |
DOXYGEN-IGNORE |
|
Constructs a new empty dictionary element collection
|
|
Constructs a dictionary object based on an unmanaged instance of the object.
|
|
Adds a DictionaryElement object into the collection.
|
|
Removes all elements from the collection.
|
|
Determines whether the collection contains a specific DictionaryElement object.
|
|
Determines whether the collection contains a specific DictionaryElement object.
|
|
Copies the elements of the collection to an array.
|
|
Gets the count of items in collection.
|
|
Gets a DictionaryElement in the collection.
|
|
Gets a named DictionaryElement in the collection.
|
|
Gets a DictionaryElement in the collection.
|
|
Gets an enumerator that can iterate through a collection.
|
|
Determines the index of a specific DictionaryElement object.
|
|
Determines the index of a specific DictionaryElement object.
|
|
Inserts a DictionaryElement object into the collection at the specified position.
|
|
DOXYGEN-IGNORE
Reimplemented from OSGeo::FDO::Runtime::Disposable. |
|
Removes the first occurrence of a specific DictionaryElement object.
|
|
Removes the index-th DictionaryElement from this collection.
|
|
Sets a DictionaryElement in the collection.
|
|
Sets a DictionaryElement in the collection.
|
Comments or suggestions? Send us feedback. |