C# Class UnityScript.Lang.Expando

Exibir arquivo Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Protected Properties

Property Type Description
_attributes object>.Dictionary
_target System.WeakReference

Public Methods

Method Description
Expando ( object target ) : System
this ( string key ) : object

Method Details

Expando() public method

public Expando ( object target ) : System
target object
return System

this() public method

public this ( string key ) : object
key string
return object

Property Details

_attributes protected_oe property

protected Dictionary _attributes
return object>.Dictionary

_target protected_oe property

protected WeakReference,System _target
return System.WeakReference