Constructor RpcInstanceFromKeyMethodAttribute
RpcInstanceFromKeyMethodAttribute(Type, string)
Constructs the RpcInstanceFromKeyMethodAttribute instance
Declaration
public RpcInstanceFromKeyMethodAttribute(Type type, string methodName)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type | The type that contains the method which implements the conversion |
| string | methodName | The name of the static method that implements the conversion |