 | JsonRpcProxyBuilderProxyBuilderEntryMethodTable Property |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "P:JsonRpc.DynamicProxy.Client.JsonRpcProxyBuilder.ProxyBuilderEntry.MethodTable"]
Namespace:
JsonRpc.DynamicProxy.Client
Assembly:
JsonRpc.DynamicProxy (in JsonRpc.DynamicProxy.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntaxpublic IList<JsonRpcMethod> MethodTable { get; }
Public ReadOnly Property MethodTable As IList(Of JsonRpcMethod)
Get
Dim instance As JsonRpcProxyBuilderProxyBuilderEntry
Dim value As IList(Of JsonRpcMethod)
value = instance.MethodTable
public:
property IList<JsonRpcMethod^>^ MethodTable {
IList<JsonRpcMethod^>^ get ();
}
member MethodTable : IList<JsonRpcMethod> with get
Property Value
Type:
IListJsonRpcMethod
See Also