Click or drag to resize

NamedRequestMarshalerMarshalParameters Method

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

[Missing <summary> documentation for "M:JsonRpc.Contracts.NamedRequestMarshaler.MarshalParameters(System.Collections.Generic.IList{JsonRpc.Contracts.JsonRpcParameter},System.Collections.IList)"]

Namespace:  JsonRpc.Contracts
Assembly:  JsonRpc.Commons (in JsonRpc.Commons.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
public MarshaledRequestParameters MarshalParameters(
	IList<JsonRpcParameter> parameters,
	IList values
)

Parameters

parameters
Type: System.Collections.GenericIListJsonRpcParameter

[Missing <param name="parameters"/> documentation for "M:JsonRpc.Contracts.NamedRequestMarshaler.MarshalParameters(System.Collections.Generic.IList{JsonRpc.Contracts.JsonRpcParameter},System.Collections.IList)"]

values
Type: System.CollectionsIList

[Missing <param name="values"/> documentation for "M:JsonRpc.Contracts.NamedRequestMarshaler.MarshalParameters(System.Collections.Generic.IList{JsonRpc.Contracts.JsonRpcParameter},System.Collections.IList)"]

Return Value

Type: MarshaledRequestParameters

Implements

IJsonRpcRequestMarshalerMarshalParameters(IListJsonRpcParameter, IList)
See Also