Show / Hide Table of Contents

Class SingleCastRpc<T>

Inheritance
Object
BaseRpc
SingleCastRpc<T>
Implements
IRpc
Inherited Members
BaseRpc.OnClientRpcFailed
BaseRpc.GetArray<T>(Object)
BaseRpc.CreateElementArray(Element[])
BaseRpc.GetElementArray<T>(Object)
BaseRpc.GetElement<T>(Object)
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Shared.Rpc
Assembly: SlipeShared.dll
Syntax
public class SingleCastRpc<T> : BaseRpc, IRpc
Type Parameters
Name Description
T

Constructors

| Improve this Doc View Source

SingleCastRpc()

Declaration
public SingleCastRpc()
| 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
Type Description
T

Methods

| Improve this Doc View Source

Parse(Object)

Declaration
public override void Parse(dynamic value)
Parameters
Type Name Description
Object value
Overrides
BaseRpc.Parse(Object)

Implements

IRpc
  • Improve this Doc
  • View Source
Back to top Generated by DocFX