C# Class System.Runtime.Remoting.Messaging.MethodReturnMessageWrapper.MRMWrapperDictionary

Inheritance: System.Collections.Hashtable
显示文件 Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method Description
MRMWrapperDictionary ( IMethodReturnMessage msg, IDictionary idict ) : System
this ( Object key ) : Object

Method Details

MRMWrapperDictionary() public method

public MRMWrapperDictionary ( IMethodReturnMessage msg, IDictionary idict ) : System
msg IMethodReturnMessage
idict IDictionary
return System

this() public method

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