OverlayDictionary Methods

CVB.Net Documentation

The OverlayDictionary type exposes the following members.

Methods

  NameDescription
Public methodAdd(KeyValuePairString, OverlayPluginInfo)
Will raise a NotSupportedException because this dictionary is read only.
Public methodAdd(String, OverlayPluginInfo)
Add a new entry.
Public methodClear
Will raise a NotSupportedException because this dictionary is readonly.
Public methodContains
Check if a specific entry is part of the collection
Public methodContainsKey
Check if a specific key exists in the collection
Public methodCopyTo
copy the contents of the collection into an array
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator
Enumeration implementation
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove(KeyValuePairString, OverlayPluginInfo)
Remove an entry from the dictionary
Public methodRemove(String)
Remove a value with the specified key.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Try to get a value from the collection. Will not raise and exception if the specified key does not exist.
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Enumeration implementation.
Top
See Also

Reference