C# Class IronPython.Runtime.ConstantDictionaryStorage

Inheritance: IronPython.Runtime.DictionaryStorage, IExpressionSerializable
Afficher le fichier Open project: jschementi/iron

Méthodes publiques

Méthode Description
Add ( IronPython.Runtime.DictionaryStorage &storage, object key, object value ) : void
Clear ( IronPython.Runtime.DictionaryStorage &storage ) : void
Clone ( ) : IronPython.Runtime.DictionaryStorage
ConstantDictionaryStorage ( CommonDictionaryStorage storage ) : System
Contains ( object key ) : bool
CreateExpression ( ) : Expression
GetItems ( ) : object>>.List
HasNonStringAttributes ( ) : bool
Remove ( IronPython.Runtime.DictionaryStorage &storage, object key ) : bool
TryGetValue ( object key, object &value ) : bool

Method Details

Add() public méthode

public Add ( IronPython.Runtime.DictionaryStorage &storage, object key, object value ) : void
storage IronPython.Runtime.DictionaryStorage
key object
value object
Résultat void

Clear() public méthode

public Clear ( IronPython.Runtime.DictionaryStorage &storage ) : void
storage IronPython.Runtime.DictionaryStorage
Résultat void

Clone() public méthode

public Clone ( ) : IronPython.Runtime.DictionaryStorage
Résultat IronPython.Runtime.DictionaryStorage

ConstantDictionaryStorage() public méthode

public ConstantDictionaryStorage ( CommonDictionaryStorage storage ) : System
storage CommonDictionaryStorage
Résultat System

Contains() public méthode

public Contains ( object key ) : bool
key object
Résultat bool

CreateExpression() public méthode

public CreateExpression ( ) : Expression
Résultat System.Linq.Expressions.Expression

GetItems() public méthode

public GetItems ( ) : object>>.List
Résultat object>>.List

HasNonStringAttributes() public méthode

public HasNonStringAttributes ( ) : bool
Résultat bool

Remove() public méthode

public Remove ( IronPython.Runtime.DictionaryStorage &storage, object key ) : bool
storage IronPython.Runtime.DictionaryStorage
key object
Résultat bool

TryGetValue() public méthode

public TryGetValue ( object key, object &value ) : bool
key object
value object
Résultat bool