Click or drag to resize
Sandcastle Help File BuilderESentTargetDictionary Methods

The ESentTargetDictionary type exposes the following members.

Methods
  NameDescription
Public methodAdd(KeyValuePairString, Target) (Overrides TargetDictionaryAdd(KeyValuePairString, Target).)
Public methodAdd(String, Target) (Overrides TargetDictionaryAdd(String, Target).)
Public methodClear (Overrides TargetDictionaryClear.)
Public methodContains (Overrides TargetDictionaryContains(KeyValuePairString, Target).)
Public methodContainsKey (Overrides TargetDictionaryContainsKey(String).)
Public methodCopyTo (Overrides TargetDictionaryCopyTo(KeyValuePairString, Target, Int32).)
Public methodDispose
This implements the Dispose() interface to properly dispose of the target dictionary
(Inherited from TargetDictionary.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Overrides TargetDictionaryGetEnumerator.)
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(String) (Inherited from TargetDictionary.)
Public methodRemove(KeyValuePairString, Target) (Inherited from TargetDictionary.)
Public methodReportCacheStatistics
Report the cache usage for the build
(Overrides TargetDictionaryReportCacheStatistics.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Gets the value associated with the specified key.
(Overrides TargetDictionaryTryGetValue(String, Target).)
Top
See Also