Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
UnityEditor
Web
JspmPropertyInfo
C# Class UnityEditor.Web.JspmPropertyInfo
Show file
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 property
public
string
name
return
string
value
public property
public
object
value
return
object