C# 클래스 UnityScript.Lang.Expando

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_attributes object>.Dictionary
_target System.WeakReference

공개 메소드들

메소드 설명
Expando ( object target ) : System
this ( string key ) : object

메소드 상세

Expando() 공개 메소드

public Expando ( object target ) : System
target object
리턴 System

this() 공개 메소드

public this ( string key ) : object
key string
리턴 object

프로퍼티 상세

_attributes 보호되어 있는 프로퍼티

protected Dictionary _attributes
리턴 object>.Dictionary

_target 보호되어 있는 프로퍼티

protected WeakReference,System _target
리턴 System.WeakReference