C# Class UnityEditor.iOS.Xcode.PlistElementInteger

Inheritance: PlistElement
Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
value int

Public Methods

Method Description
PlistElementInteger ( int v ) : System

Method Details

PlistElementInteger() public method

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

Property Details

value public property

public int value
return int