Domain.IGameObserver_PayloadTable.Say_Invoke.GetInterfaceType C# (CSharp) Method

GetInterfaceType() public method

public GetInterfaceType ( ) : Type
return Type
            public Type GetInterfaceType()
            {
                return typeof(IGameObserver);
            }
IGameObserver_PayloadTable.Say_Invoke