 | JsonRpcProxyBuilderProxyBuilderEntry Constructor |
[This is preliminary documentation and is subject to change.]
Namespace:
JsonRpc.DynamicProxy.Client
Assembly:
JsonRpc.DynamicProxy (in JsonRpc.DynamicProxy.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntaxpublic ProxyBuilderEntry(
Type proxyType,
IList<JsonRpcMethod> methodTable
)
Public Sub New (
proxyType As Type,
methodTable As IList(Of JsonRpcMethod)
)
Dim proxyType As Type
Dim methodTable As IList(Of JsonRpcMethod)
Dim instance As New JsonRpcProxyBuilderProxyBuilderEntry(proxyType,
methodTable)
public:
ProxyBuilderEntry(
Type^ proxyType,
IList<JsonRpcMethod^>^ methodTable
)
new :
proxyType : Type *
methodTable : IList<JsonRpcMethod> -> ProxyBuilderEntry
Parameters
- proxyType
- Type: SystemType
[Missing <param name="proxyType"/> documentation for "M:JsonRpc.DynamicProxy.Client.JsonRpcProxyBuilder.ProxyBuilderEntry.#ctor(System.Type,System.Collections.Generic.IList{JsonRpc.Contracts.JsonRpcMethod})"]
- methodTable
- Type: System.Collections.GenericIListJsonRpcMethod
[Missing <param name="methodTable"/> documentation for "M:JsonRpc.DynamicProxy.Client.JsonRpcProxyBuilder.ProxyBuilderEntry.#ctor(System.Type,System.Collections.Generic.IList{JsonRpc.Contracts.JsonRpcMethod})"]
See Also