C# Class UnityEditor.Web.JspmPropertyInfo

显示文件 Open project: randomize/VimConfig Class Usage Examples

Public Properties

Property Type Description
name string
value object

Public Methods

Method Description
JspmPropertyInfo ( string name, object value ) : System

Method Details

JspmPropertyInfo() public method

public JspmPropertyInfo ( string name, object value ) : System
name string
value object
return System

Property Details

name public_oe property

public string name
return string

value public_oe property

public object value
return object