C# Class IronPython.Runtime.ConstantDictionaryStorage

Inheritance: IronPython.Runtime.DictionaryStorage, IExpressionSerializable
Mostrar archivo Open project: jschementi/iron

Public Methods

Method 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 method

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

Clear() public method

public Clear ( IronPython.Runtime.DictionaryStorage &storage ) : void
storage IronPython.Runtime.DictionaryStorage
return void

Clone() public method

public Clone ( ) : IronPython.Runtime.DictionaryStorage
return IronPython.Runtime.DictionaryStorage

ConstantDictionaryStorage() public method

public ConstantDictionaryStorage ( CommonDictionaryStorage storage ) : System
storage CommonDictionaryStorage
return System

Contains() public method

public Contains ( object key ) : bool
key object
return bool

CreateExpression() public method

public CreateExpression ( ) : Expression
return System.Linq.Expressions.Expression

GetItems() public method

public GetItems ( ) : object>>.List
return object>>.List

HasNonStringAttributes() public method

public HasNonStringAttributes ( ) : bool
return bool

Remove() public method

public Remove ( IronPython.Runtime.DictionaryStorage &storage, object key ) : bool
storage IronPython.Runtime.DictionaryStorage
key object
return bool

TryGetValue() public method

public TryGetValue ( object key, object &value ) : bool
key object
value object
return bool