Class IntVariable
[Serializable]
public class IntVariable : Variable
- Inheritance
-
IntVariable
- Inherited Members
-
- Extension Methods
-
Constructors
IntVariable()
IntVariable(int)
public IntVariable(int value)
Parameters
value
int
Properties
Value
public int Value { get; set; }
Property Value
- int
ValueType
public override Type ValueType { get; }
Property Value
- Type
Methods
GetValue()
public override object GetValue()
Returns
- object
SetValue(object)
public override void SetValue(object value)
Parameters
value
object
Operators
implicit operator int(IntVariable)
public static implicit operator int(IntVariable suffix)
Parameters
suffix
IntVariable
Returns
- int
implicit operator IntVariable(int)
public static implicit operator IntVariable(int suffix)
Parameters
suffix
int
Returns
- IntVariable