프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CopyEntries | void | ||
CopyKeys | void | ||
CopyValues | void | ||
Hashtable | System.Diagnostics | ||
Hashtable | System.Diagnostics | ||
Hashtable | System.Diagnostics | ||
Hashtable | System.Diagnostics | ||
Hashtable | System.Diagnostics | ||
Hashtable | System.Diagnostics | ||
IEnumerable | IEnumerator | ||
InitHash | uint | ||
Insert | void | ||
ToKeyValuePairsArray | System.Collections.KeyValuePairs[] | ||
UpdateVersion | void | ||
expand | void | ||
putEntry | void | ||
rehash | void | ||
rehash | void |
메소드 | 설명 | |
---|---|---|
Add ( Object key, Object value ) : void | ||
Clear ( ) : void | ||
Clone ( ) : Object | ||
Contains ( Object key ) : bool | ||
ContainsKey ( Object key ) : bool | ||
ContainsValue ( Object value ) : bool | ||
CopyTo ( Array array, int arrayIndex ) : void | ||
GetEnumerator ( ) : IDictionaryEnumerator | ||
GetObjectData ( SerializationInfo info, StreamingContext context ) : void | ||
Hashtable ( ) : System.Diagnostics | ||
Hashtable ( IDictionary d ) : System.Diagnostics | ||
Hashtable ( IDictionary d, IEqualityComparer equalityComparer ) : System.Diagnostics | ||
Hashtable ( IDictionary d, float loadFactor ) : System.Diagnostics | ||
Hashtable ( IDictionary d, float loadFactor, IEqualityComparer equalityComparer ) : System.Diagnostics | ||
Hashtable ( IEqualityComparer equalityComparer ) : System.Diagnostics | ||
Hashtable ( int capacity ) : System.Diagnostics | ||
Hashtable ( int capacity, IEqualityComparer equalityComparer ) : System.Diagnostics | ||
Hashtable ( int capacity, float loadFactor ) : System.Diagnostics | ||
Hashtable ( int capacity, float loadFactor, IEqualityComparer equalityComparer ) : System.Diagnostics | ||
OnDeserialization ( Object sender ) : void | ||
Remove ( Object key ) : void | ||
Synchronized ( |
||
this ( Object key ) : Object |
메소드 | 설명 | |
---|---|---|
GetHash ( Object key ) : int | ||
Hashtable ( SerializationInfo info, StreamingContext context ) : System.Diagnostics | ||
KeyEquals ( Object item, Object key ) : bool |
메소드 | 설명 | |
---|---|---|
CopyEntries ( Array array, int arrayIndex ) : void | ||
CopyKeys ( Array array, int arrayIndex ) : void | ||
CopyValues ( Array array, int arrayIndex ) : void | ||
Hashtable ( IDictionary d, IHashCodeProvider hcp, IComparer comparer ) : System.Diagnostics | ||
Hashtable ( IDictionary d, float loadFactor, IHashCodeProvider hcp, IComparer comparer ) : System.Diagnostics | ||
Hashtable ( IHashCodeProvider hcp, IComparer comparer ) : System.Diagnostics | ||
Hashtable ( bool trash ) : System.Diagnostics | ||
Hashtable ( int capacity, IHashCodeProvider hcp, IComparer comparer ) : System.Diagnostics | ||
Hashtable ( int capacity, float loadFactor, IHashCodeProvider hcp, IComparer comparer ) : System.Diagnostics | ||
IEnumerable ( ) : IEnumerator | ||
InitHash ( Object key, int hashsize, uint &seed, uint &incr ) : uint | ||
Insert ( Object key, Object nvalue, bool add ) : void | ||
ToKeyValuePairsArray ( ) : System.Collections.KeyValuePairs[] | ||
UpdateVersion ( ) : void | ||
expand ( ) : void | ||
putEntry ( bucket newBuckets, Object key, Object nvalue, int hashcode ) : void | ||
rehash ( ) : void | ||
rehash ( int newsize, bool forceNewHashCode ) : void |
public CopyTo ( Array array, int arrayIndex ) : void | ||
array | Array | |
arrayIndex | int | |
리턴 | void |
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void | ||
info | SerializationInfo | |
context | StreamingContext | |
리턴 | void |
public Hashtable ( IDictionary d ) : System.Diagnostics | ||
d | IDictionary | |
리턴 | System.Diagnostics |
public Hashtable ( IDictionary d, IEqualityComparer equalityComparer ) : System.Diagnostics | ||
d | IDictionary | |
equalityComparer | IEqualityComparer | |
리턴 | System.Diagnostics |
public Hashtable ( IDictionary d, float loadFactor ) : System.Diagnostics | ||
d | IDictionary | |
loadFactor | float | |
리턴 | System.Diagnostics |
public Hashtable ( IDictionary d, float loadFactor, IEqualityComparer equalityComparer ) : System.Diagnostics | ||
d | IDictionary | |
loadFactor | float | |
equalityComparer | IEqualityComparer | |
리턴 | System.Diagnostics |
public Hashtable ( IEqualityComparer equalityComparer ) : System.Diagnostics | ||
equalityComparer | IEqualityComparer | |
리턴 | System.Diagnostics |
protected Hashtable ( SerializationInfo info, StreamingContext context ) : System.Diagnostics | ||
info | SerializationInfo | |
context | StreamingContext | |
리턴 | System.Diagnostics |
public Hashtable ( int capacity ) : System.Diagnostics | ||
capacity | int | |
리턴 | System.Diagnostics |
public Hashtable ( int capacity, IEqualityComparer equalityComparer ) : System.Diagnostics | ||
capacity | int | |
equalityComparer | IEqualityComparer | |
리턴 | System.Diagnostics |
public Hashtable ( int capacity, float loadFactor ) : System.Diagnostics | ||
capacity | int | |
loadFactor | float | |
리턴 | System.Diagnostics |
public Hashtable ( int capacity, float loadFactor, IEqualityComparer equalityComparer ) : System.Diagnostics | ||
capacity | int | |
loadFactor | float | |
equalityComparer | IEqualityComparer | |
리턴 | System.Diagnostics |
protected KeyEquals ( Object item, Object key ) : bool | ||
item | Object | |
key | Object | |
리턴 | bool |
public static Synchronized ( |
||
table | ||
리턴 |