Click or drag to resize

VariableCollection Methods

The VariableCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd
Public methodClear
Public methodContainsKey
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Public methodGetFloat
Gets a floating-point value of the variable with the specified varName.
Public methodGetHashCode (Inherited from Object.)
Public methodGetInt
Gets an integer value of the variable with the specified varName.
Public methodGetString
Gets a string value of the variable with the specified varName.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Public methodSet(String, Int32)
Sets and replaces the value of the variable with the specified varName with the specified value.
Public methodSet(String, Object)
Sets and replaces the value of the variable with the specified varName with the specified value.
Public methodSet(String, Single)
Sets and replaces the value of the variable with the specified varName with the specified value.
Public methodSet(String, String)
Sets and replaces the value of the variable with the specified varName with the specified value.
Public methodToString (Inherited from Object.)
Public methodTryGetValue
Top
See Also