C# Class UnityScript.Lang.Expando

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Protected Properties

Свойство Type Description
_attributes object>.Dictionary
_target System.WeakReference

Méthodes publiques

Méthode Description
Expando ( object target ) : System
this ( string key ) : object

Method Details

Expando() public méthode

public Expando ( object target ) : System
target object
Résultat System

this() public méthode

public this ( string key ) : object
key string
Résultat object

Property Details

_attributes protected_oe property

protected Dictionary _attributes
Résultat object>.Dictionary

_target protected_oe property

protected WeakReference,System _target
Résultat System.WeakReference