C# Class Jint.DictionaryPropertyBag

Inheritance: IPropertyBag
Afficher le fichier Open project: joelmartinez/Jint.Phone

Méthodes publiques

Méthode 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

Méthode Description
System ( ) : System.Collections.IEnumerator

Method Details

Delete() public méthode

public Delete ( string name ) : void
name string
Résultat void

Get() public méthode

public Get ( string name ) : Descriptor
name string
Résultat Jint.Native.Descriptor

GetEnumerator() public méthode

public GetEnumerator ( ) : Descriptor>>.IEnumerator
Résultat Descriptor>>.IEnumerator

Put() public méthode

public Put ( string name, Descriptor descriptor ) : Descriptor
name string
descriptor Jint.Native.Descriptor
Résultat Jint.Native.Descriptor

TryGet() public méthode

public TryGet ( string name, Jint &descriptor ) : bool
name string
descriptor Jint
Résultat bool