C# 클래스 System.Collections.Hashtable.SyncHashtable

상속: Hashtable
파일 보기 프로젝트 열기: dotnet/corefx

보호된 프로퍼티들

프로퍼티 타입 설명
_table Hashtable

공개 메소드들

메소드 설명
Add ( Object key, Object value ) : void
Clear ( ) : void
Clone ( ) : Object
Contains ( Object key ) : bool
ContainsKey ( Object key ) : bool
ContainsValue ( Object key ) : bool
CopyTo ( Array array, int arrayIndex ) : void
GetEnumerator ( ) : IDictionaryEnumerator
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
OnDeserialization ( Object sender ) : void
Remove ( Object key ) : void
this ( Object key ) : Object

비공개 메소드들

메소드 설명
IEnumerable ( ) : IEnumerator
SyncHashtable ( Hashtable table ) : System.Diagnostics
SyncHashtable ( SerializationInfo info, StreamingContext context ) : System.Diagnostics
ToKeyValuePairsArray ( ) : System.Collections.KeyValuePairs[]

메소드 상세

Add() 공개 메소드

public Add ( Object key, Object value ) : void
key Object
value Object
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Clone() 공개 메소드

public Clone ( ) : Object
리턴 Object

Contains() 공개 메소드

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

ContainsKey() 공개 메소드

public ContainsKey ( Object key ) : bool
key Object
리턴 bool

ContainsValue() 공개 메소드

public ContainsValue ( Object key ) : bool
key Object
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( Array array, int arrayIndex ) : void
array System.Array
arrayIndex int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IDictionaryEnumerator
리턴 IDictionaryEnumerator

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 void

OnDeserialization() 공개 메소드

public OnDeserialization ( Object sender ) : void
sender Object
리턴 void

Remove() 공개 메소드

public Remove ( Object key ) : void
key Object
리턴 void

this() 공개 메소드

public this ( Object key ) : Object
key Object
리턴 Object

프로퍼티 상세

_table 보호되어 있는 프로퍼티

protected Hashtable,System.Collections _table
리턴 Hashtable