Click or drag to resize

LogParameterCollection Methods

This is preliminary documentation and is subject to change.

The LogParameterCollection type exposes the following members.

Methods
 NameDescription
Public methodContainsKeyDetermines whether the IDictionaryTKey, TValue contains an element with the specified key.
(Inherited from WikiReadOnlyDictionary)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetBooleanValue Gets the Boolean value by property name.
(Inherited from WikiReadOnlyDictionary)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetInt32Value(String) Gets the Int32 value by property name. This overload raises exception for missing key.
(Inherited from WikiReadOnlyDictionary)
Public methodGetInt32Value(String, Int32) Gets the Int32 value by property name. A default value can be provided in case the specified key does not exist.
(Inherited from WikiReadOnlyDictionary)
Public methodGetStringValue Gets the String value by property name.
(Inherited from WikiReadOnlyDictionary)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodGetValueDirect Tries to directly gets the value of the specified property.
(Inherited from WikiReadOnlyDictionary)
Protected methodMakeReadonly
(Inherited from WikiReadOnlyDictionary)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTryGetValueGets the value associated with the specified key.
(Inherited from WikiReadOnlyDictionary)
Top
See Also