Domain.IGame_PayloadTable.Join_Return.GetInterfaceType C# (CSharp) Method

GetInterfaceType() public method

public GetInterfaceType ( ) : Type
return System.Type
            public Type GetInterfaceType()
            {
                return typeof(IGame);
            }
IGame_PayloadTable.Join_Return