<PackageReference Include="Google.Protobuf" Version="3.35.0" />

Google.Protobuf.Reflection.CSharpFeatures

namespace Google.Protobuf.Reflection { public sealed class CSharpFeatures : IMessage<CSharpFeatures>, IMessage, IEquatable<CSharpFeatures>, IDeepCloneable<CSharpFeatures>, IBufferMessage { public static MessageParser<CSharpFeatures> Parser { get; } public static MessageDescriptor Descriptor { get; } public CSharpFeatures(); public CSharpFeatures(CSharpFeatures other); public CSharpFeatures Clone(); public bool Equals(CSharpFeatures other); public void WriteTo(CodedOutputStream output); public int CalculateSize(); public void MergeFrom(CSharpFeatures other); public void MergeFrom(CodedInputStream input); } }