 | InspectorIntAttributeMax Property |
Maximum property value (inclusive).
Namespace: Slash.ECS.Inspector.AttributesAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic int Max { get; set; }
Public Property Max As Integer
Get
Set
public:
property int Max {
int get ();
void set (int value);
}
member Max : int with get, set
Property Value
Type:
Int32
See Also