Class Variable
- Namespace
- Glitch9
[Serializable]
public abstract class Variable
- Inheritance
-
Variable
- Derived
- Inherited Members
- Extension Methods
Properties
ValueType
public abstract Type ValueType { get; }
Property Value
Methods
GetValue()
public abstract object GetValue()
Returns
GetVariableTypeFor(Type)
public static Type GetVariableTypeFor(Type type)
Parameters
type
Type
Returns
SetValue(object)
public abstract void SetValue(object value)
Parameters
value
object