C# 클래스 Jint.DictionaryPropertyBag

상속: IPropertyBag
파일 보기 프로젝트 열기: joelmartinez/Jint.Phone

공개 메소드들

메소드 설명
Delete ( string name ) : void
Get ( string name ) : Descriptor
GetEnumerator ( ) : Descriptor>>.IEnumerator
Put ( string name, Descriptor descriptor ) : Descriptor
TryGet ( string name, Jint &descriptor ) : bool

비공개 메소드들

메소드 설명
System ( ) : System.Collections.IEnumerator

메소드 상세

Delete() 공개 메소드

public Delete ( string name ) : void
name string
리턴 void

Get() 공개 메소드

public Get ( string name ) : Descriptor
name string
리턴 Jint.Native.Descriptor

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : Descriptor>>.IEnumerator
리턴 Descriptor>>.IEnumerator

Put() 공개 메소드

public Put ( string name, Descriptor descriptor ) : Descriptor
name string
descriptor Jint.Native.Descriptor
리턴 Jint.Native.Descriptor

TryGet() 공개 메소드

public TryGet ( string name, Jint &descriptor ) : bool
name string
descriptor Jint
리턴 bool