Click or drag to resize

NamedCodeObjectDictionary Methods

The NamedCodeObjectDictionary type exposes the following members.

Methods
  NameDescription
Public methodAdd(INamedCodeObject)
Add an INamedCodeObject with the specified name to the dictionary.
Public methodAdd(String, INamedCodeObject)
Add an INamedCodeObject with the specified name to the dictionary.
Public methodClear
Clear all members from the dictionary.
Public methodContains
Check if the dictionary contains the specified INamedCodeObject.
Public methodCopyTo
Copy the objects in the dictionary to the specified array, starting at the specified offset.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFind
Find INamedCodeObjects in the dictionary by name.
Public methodFindGotoTarget
Find a named goto target in the dictionary by name.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove(INamedCodeObject)
Remove the INamedCodeObject with the specified name from the dictionary.
Public methodRemove(String, INamedCodeObject)
Remove the INamedCodeObject with the specified name from the dictionary.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodToString
Format the specified collection into a single string using the specified separating string to separate each item. Null items are converted to empty strings.
(Defined by StringUtil.)
Top
See Also