C# Class Jint.DictionaryPropertyBag

Inheritance: IPropertyBag
ファイルを表示 Open project: joelmartinez/Jint.Phone

Public Methods

Method Description
Delete ( string name ) : void
Get ( string name ) : Descriptor
GetEnumerator ( ) : Descriptor>>.IEnumerator
Put ( string name, Descriptor descriptor ) : Descriptor
TryGet ( string name, Jint &descriptor ) : bool

Private Methods

Method Description
System ( ) : System.Collections.IEnumerator

Method Details

Delete() public method

public Delete ( string name ) : void
name string
return void

Get() public method

public Get ( string name ) : Descriptor
name string
return Jint.Native.Descriptor

GetEnumerator() public method

public GetEnumerator ( ) : Descriptor>>.IEnumerator
return Descriptor>>.IEnumerator

Put() public method

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

TryGet() public method

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