C# Class UnityEditor.iOS.Xcode.JsonElementInteger

Inheritance: JsonElement
ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
value int

Public Methods

Method Description
JsonElementInteger ( int v ) : System

Method Details

JsonElementInteger() public method

public JsonElementInteger ( int v ) : System
v int
return System

Property Details

value public_oe property

public int value
return int