C# 클래스 IronPython.Modules.PythonThread._local.ThreadLocalDictionaryStorage

Provides a dictionary storage implementation whose storage is local to the thread.
상속: IronPython.Runtime.DictionaryStorage
파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
Add ( IronPython.Runtime.DictionaryStorage &storage, object key, object value ) : void
Clear ( IronPython.Runtime.DictionaryStorage &storage ) : void
Contains ( object key ) : bool
GetItems ( ) : object>>.List
Remove ( IronPython.Runtime.DictionaryStorage &storage, object key ) : bool
TryGetValue ( object key, object &value ) : bool

비공개 메소드들

메소드 설명
GetStorage ( ) : CommonDictionaryStorage

메소드 상세

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

Contains() 공개 메소드

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

GetItems() 공개 메소드

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

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