C# Class UnityEditor.Web.JspmPropertyInfo

Afficher le fichier Open project: randomize/VimConfig Class Usage Examples

Méthodes publiques

Свойство Type Description
name string
value object

Méthodes publiques

Méthode Description
JspmPropertyInfo ( string name, object value ) : System

Method Details

JspmPropertyInfo() public méthode

public JspmPropertyInfo ( string name, object value ) : System
name string
value object
Résultat System

Property Details

name public_oe property

public string name
Résultat string

value public_oe property

public object value
Résultat object