C# 클래스 IronPython.Runtime.ConstantDictionaryStorage

상속: IronPython.Runtime.DictionaryStorage, IExpressionSerializable
파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

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

Clear() 공개 메소드

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

Clone() 공개 메소드

public Clone ( ) : IronPython.Runtime.DictionaryStorage
리턴 IronPython.Runtime.DictionaryStorage

ConstantDictionaryStorage() 공개 메소드

public ConstantDictionaryStorage ( CommonDictionaryStorage storage ) : System
storage CommonDictionaryStorage
리턴 System

Contains() 공개 메소드

public Contains ( object key ) : bool
key object
리턴 bool

CreateExpression() 공개 메소드

public CreateExpression ( ) : Expression
리턴 System.Linq.Expressions.Expression

GetItems() 공개 메소드

public GetItems ( ) : object>>.List
리턴 object>>.List

HasNonStringAttributes() 공개 메소드

public HasNonStringAttributes ( ) : bool
리턴 bool

Remove() 공개 메소드

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

TryGetValue() 공개 메소드

public TryGetValue ( object key, object &value ) : bool
key object
value object
리턴 bool