Class SingleCastRpc<T>
Inheritance
SingleCastRpc<T>
Assembly: SlipeShared.dll
Syntax
public class SingleCastRpc<T> : BaseRpc, IRpc
Type Parameters
Constructors
|
Improve this Doc
View Source
SingleCastRpc()
Declaration
|
Improve this Doc
View Source
SingleCastRpc(T)
Declaration
public SingleCastRpc(T value)
Parameters
Type |
Name |
Description |
T |
value |
|
Properties
|
Improve this Doc
View Source
Value
Declaration
public T Value { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Parse(Object)
Declaration
public override void Parse(dynamic value)
Parameters
Type |
Name |
Description |
Object |
value |
|
Overrides
Implements