Created
January 15, 2021 20:45
-
-
Save 0x414c49/da85068df4c3a6347620780d2efda569 to your computer and use it in GitHub Desktop.
Part of CSharp Generated Code from Protbuf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public sealed partial class DecimalValue : pb::IMessage<DecimalValue> | |
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE | |
, pb::IBufferMessage | |
#endif | |
{ | |
private static readonly pb::MessageParser<DecimalValue> _parser = new pb::MessageParser<DecimalValue>(() => new DecimalValue()); | |
private pb::UnknownFieldSet _unknownFields; | |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] | |
public static pb::MessageParser<DecimalValue> Parser { get { return _parser; } } | |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] | |
public static pbr::MessageDescriptor Descriptor { | |
get { return global::DecimalGrpc.CustomTypesReflection.Descriptor.MessageTypes[0]; } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment