Table of Contents

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

Type

Methods

GetValue()

public abstract object GetValue()

Returns

object

GetVariableTypeFor(Type)

public static Type GetVariableTypeFor(Type type)

Parameters

type Type

Returns

Type

SetValue(object)

public abstract void SetValue(object value)

Parameters

value object