Click or drag to resize
ThreadItemsDictionary Methods

The ThreadItemsDictionary type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds the value to the dictionary
(Inherited from SafeDictionaryTKey, TValue.)
Public methodAddMultiple
Adds multiple items with same value to the dictionary
(Inherited from SafeDictionaryTKey, TValue.)
Public methodClear
Removes all elements from the System.Collections.Hashtable.
(Inherited from SafeDictionaryTKey, TValue.)
Public methodCloneForNewThread
Clones the object for new thread
(Inherited from SafeDictionaryTKey, TValue.)
Public methodContains
Returns true if the dictionary contains the given key
(Inherited from SafeDictionaryTKey, TValue.)
Public methodContainsKey
Returns true if the dictionary contains the given key
(Inherited from SafeDictionaryTKey, TValue.)
Public methodContainsValue
Returns true if the dictionary contains the given value
(Inherited from SafeDictionaryTKey, TValue.)
Public methodCopyTo
Copies the System.Collections.Hashtable elements to a one-dimensional System.Array instance at the specified index.
(Inherited from SafeDictionaryTKey, TValue.)
Protected methodGetInternalValue
Gets the value from the internal dictionary
(Inherited from SafeDictionaryTKey, TValue.)
Public methodGetObjectData
Object serialization.
(Inherited from SafeDictionaryTKey, TValue.)
Public methodGetRealCount
Gets the real count of the objects in the dictionary
(Inherited from SafeDictionaryTKey, TValue.)
Public methodRemove
Removes the element with the specified key from the System.Collections.Hashtable.
(Inherited from SafeDictionaryTKey, TValue.)
Protected methodSetInternalValue
Sets the value in the internal dictionary
(Inherited from SafeDictionaryTKey, TValue.)
Public methodTryGetValue
Tries to get the value, returns true if the retrieval was successful.
(Inherited from SafeDictionaryTKey, TValue.)
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
See Also