2021 Members
Changes 4
M

DefinitionBindingMap

Name Return Type Description Inherited From
M Clear() None Removes every binding from the map, rendering it empty.
M Contains(Definition) bool
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(Definition) int
M ForwardIterator() DefinitionBindingMapIterator 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(Definition, Binding) bool
M ReverseIterator() DefinitionBindingMapIterator 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 Binding
P Size int Returns the number of bindings that are in the map.