C# Class System.Runtime.Remoting.Messaging.MethodCallMessageWrapper.MCMWrapperDictionary

Inheritance: System.Collections.Hashtable
Show file Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method Description
MCMWrapperDictionary ( IMethodCallMessage msg, IDictionary idict ) : System
this ( Object key ) : Object

Method Details

MCMWrapperDictionary() public method

public MCMWrapperDictionary ( IMethodCallMessage msg, IDictionary idict ) : System
msg IMethodCallMessage
idict IDictionary
return System

this() public method

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