C# Class System.Runtime.Remoting.Messaging.MessageDictionary

Inheritance: IDictionary
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
GetMessageValue Object
HasUserData bool
IDictionary IDictionaryEnumerator
IEnumerable IEnumerator
MessageDictionary System
SetSpecialKey void

Méthodes publiques

Méthode Description
Add ( Object key, Object value ) : void
Clear ( ) : void
Contains ( Object key ) : bool
CopyTo ( Array array, int index ) : void
Remove ( Object key ) : void
this ( Object key ) : Object

Méthodes protégées

Méthode Description
ContainsSpecialKey ( Object key ) : bool

Private Methods

Méthode Description
GetMessageValue ( int i ) : Object
HasUserData ( ) : bool
IDictionary ( ) : IDictionaryEnumerator
IEnumerable ( ) : IEnumerator
MessageDictionary ( String keys, IDictionary idict ) : System
SetSpecialKey ( int keyNum, Object value ) : void

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

Contains() public méthode

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

ContainsSpecialKey() protected méthode

protected ContainsSpecialKey ( Object key ) : bool
key Object
Résultat bool

CopyTo() public méthode

public CopyTo ( Array array, int index ) : void
array System.Array
index int
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