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

Inheritance: IDictionary
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
GetMessageValue Object
HasUserData bool
IDictionary IDictionaryEnumerator
IEnumerable IEnumerator
MessageDictionary System
SetSpecialKey void

Public Methods

Method 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

Protected Methods

Method Description
ContainsSpecialKey ( Object key ) : bool

Private Methods

Method 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 method

public Add ( Object key, Object value ) : void
key Object
value Object
return void

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( Object key ) : bool
key Object
return bool

ContainsSpecialKey() protected method

protected ContainsSpecialKey ( Object key ) : bool
key Object
return bool

CopyTo() public method

public CopyTo ( Array array, int index ) : void
array System.Array
index int
return void

Remove() public method

public Remove ( Object key ) : void
key Object
return void

this() public method

public this ( Object key ) : Object
key Object
return Object