Click or drag to resize

MarshaledRequestParameters Structure

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:JsonRpc.Contracts.MarshaledRequestParameters"]

Namespace:  JsonRpc.Contracts
Assembly:  JsonRpc.Commons (in JsonRpc.Commons.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
public struct MarshaledRequestParameters

The MarshaledRequestParameters type exposes the following members.

Constructors
  NameDescription
Public methodMarshaledRequestParameters
Initializes a new instance of the MarshaledRequestParameters class
Top
Properties
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also