Usages of IMap
Properties
deserializationPropertyOverrides | in GraphMLIOHandler | Gets the mapper for the overrides of the deserialization properties. | |
serializationPropertyOverrides | in GraphMLIOHandler | Gets the mapper for the overrides of the serialization properties. | |
globalNamespaces | in IXmlNamespaceManager | Gets a list of all namespace declarations that should be declared at the document's root element. |
Method Parameters
copyTo (IMap<TKey,TValue>) | in ResultItemMapping | Copies the entries of this mapping into the given dictionary . | |
Mapper (IMap<K|null,V|null>, V?) | in Mapper | Creates an instance using the provided HashMap<K,V> as the backing store. |
Implementing Types
HashMap | The default implementation for IMap<TKey,TValue>. |