The MapCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| MapCollection()()()() |
Initializes a new instance of the MapCollection class.
| |
| MapCollection(Boolean) |
Initializes a new instance of the MapCollection class.
| |
| MapCollection(String) |
Initializes a new instance of the MapCollection class.
| |
| MapCollection(String, Boolean) |
Initializes a new instance of the MapCollection class.
| |
| MapCollection(String, Boolean, String) |
Initializes a new instance of the MapCollection class.
|
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds an element with the provided key and value to the IDictionary<(Of <(<'TKey, TValue>)>)>.
| |
| Clear |
Removes all items from the ICollection<(Of <(<'T>)>)>.
| |
| ContainsKey |
Determines whether the IDictionary<(Of <(<'TKey, TValue>)>)> contains an element with the specified key.
| |
| ContainsValue |
Determines whether the specified value contains value.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator |
Gets the enumerator.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetObjectData |
Populates a SerializationInfo with the data needed to serialize the target object.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Load(String) |
Loads the specified map file name.
| |
| Load(String, Boolean) |
Loads the specified map file name.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Merge |
Merges two maps, any duplicates in the current map will be overridden.
| |
| OnDeserialization |
Runs when the entire object graph has been deserialized.
| |
| ParseFile | ||
| Remove |
Removes the element with the specified key from the IDictionary<(Of <(<'TKey, TValue>)>)>.
| |
| Save(String) |
Saves the specified map file name.
| |
| Save(XmlWriter) | ||
| ToString | (Overrides Object..::..ToString()()()().) | |
| TryGetValue |
Tries the get value.
|
Extension Methods
| Name | Description | |
|---|---|---|
| AsIndexedEnumerable<(Of <<'(KeyValuePair<(Of <<'(String, String>)>>)>)>>) |
Returns an IndexedEnumerable from any collection implementing IEnumerable<T>
(Defined by IndexedEnumerable.) |
Properties
| Name | Description | |
|---|---|---|
| CaseSensitive |
Whether the map lookups should be case Sensitive.
| |
| Count |
Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.
| |
| DefaultValue |
Gets or sets the default value for when the key is not found.
| |
| Description |
Gets or sets the description.
| |
| FileName |
Gets the name of the file.
| |
| InnerDictionary | ||
| Item[([( String])]) |
Gets or sets the String with the specified key.
| |
| Item[([( String, String])]) |
Gets the String with the specified key.
| |
| Keys |
Gets an ICollection<(Of <(<'T>)>)> containing the keys of the IDictionary<(Of <(<'TKey, TValue>)>)>.
| |
| ReturnKeyWhenNotFound |
Gets or sets a value indicating whether to return the key when its not found in the collection.
| |
| Reversed |
Gets a value indicating whether this MapCollection key value pair is reversed.
| |
| Values |
Gets an ICollection<(Of <(<'T>)>)> containing the values in the IDictionary<(Of <(<'TKey, TValue>)>)>.
|