2021 Members
Changes 4
M

CategoryNameMap

Name Return Type Description Inherited From
M Clear() None Removes every category from the map, rendering it empty.
M Contains(String) bool Tests for the existence of a category with that name within the map.
M Dispose() None Causes the object to release immediately any resources it may be utilizing. (Inherited from APIObject .) APIObject
M Equals None (Inherited from Object .) Object .
M Erase(String) int Removes a category with the specified name from the map.
M ForwardIterator() CategoryNameMapIterator Retrieve a forward moving iterator to the map.
M GetEnumerator() IEnumerator Retrieve a forward moving iterator to the map.
M GetHashCode None (Inherited from Object .) Object .
M GetType None (Inherited from Object .) Object .
M Insert(String, Category) bool Insert the specified category with the specified name into the map.
M ReverseIterator() CategoryNameMapIterator Retrieve a backward moving iterator to the map.
M ToString None (Inherited from Object .) Object .
Name Return Type Description Inherited From
P IsEmpty bool Test to see if the map is empty.
P IsReadOnly bool Identifies if the object is read-only or modifiable. (Inherited from APIObject .) APIObject
P Item Category Gets or sets a category at a specified name within the map.
P Size int Returns the number of categories that are in the map.