C# Class System.Collections.Hashtable.SyncHashtable

Inheritance: Hashtable
Afficher le fichier Open project: dotnet/corefx

Protected Properties

Свойство Type Description
_table Hashtable

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
IEnumerable ( ) : IEnumerator
SyncHashtable ( Hashtable table ) : System.Diagnostics
SyncHashtable ( SerializationInfo info, StreamingContext context ) : System.Diagnostics
ToKeyValuePairsArray ( ) : System.Collections.KeyValuePairs[]

Method Details

Add() public méthode

public Add ( Object key, Object value ) : void
key Object
value Object
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Clone() public méthode

public Clone ( ) : Object
Résultat Object

Contains() public méthode

public Contains ( Object key ) : bool
key Object
Résultat bool

ContainsKey() public méthode

public ContainsKey ( Object key ) : bool
key Object
Résultat bool

ContainsValue() public méthode

public ContainsValue ( Object key ) : bool
key Object
Résultat bool

CopyTo() public méthode

public CopyTo ( Array array, int arrayIndex ) : void
array System.Array
arrayIndex int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IDictionaryEnumerator
Résultat IDictionaryEnumerator

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

OnDeserialization() public méthode

public OnDeserialization ( Object sender ) : void
sender Object
Résultat void

Remove() public méthode

public Remove ( Object key ) : void
key Object
Résultat void

this() public méthode

public this ( Object key ) : Object
key Object
Résultat Object

Property Details

_table protected_oe property

protected Hashtable,System.Collections _table
Résultat Hashtable