Akka.Interfaced.ProtobufSerializer.Tests.IDefault_PayloadTable.GetPayloadTypes C# (CSharp) Method

GetPayloadTypes() public static method

public static GetPayloadTypes ( ) : ].Type[
return ].Type[
        public static Type[,] GetPayloadTypes()
        {
            return new Type[,] {
                { typeof(Call_Invoke), null },
                { typeof(CallWithDefault_Invoke), null },
            };
        }
IDefault_PayloadTable