Domain.IGamePlayer_PayloadTable.MakeMove_Invoke.GetInterfaceType C# (CSharp) Method

GetInterfaceType() public method

public GetInterfaceType ( ) : Type
return Type
            public Type GetInterfaceType()
            {
                return typeof(IGamePlayer);
            }
IGamePlayer_PayloadTable.MakeMove_Invoke