Integer stored in the object.
Namespace: Mutable
Assembly: Mutable (in Mutable.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Int As Integer |
C# |
---|
public int Int { get; set; } |
C++ |
---|
public property int Int sealed { int get(); void set(int value); } |
J# |
---|
/** property */ public int get_Int(); /** property */ public void set_Int(int value); |
JScript |
---|
public function get Int() : int public function set Int(value : int); |