Google.Protobuf.Reflection.CSharpFeatures
public sealed class CSharpFeatures : IMessage<CSharpFeatures>, IMessage, IEquatable<CSharpFeatures>, IDeepCloneable<CSharpFeatures>, IBufferMessage
Field number for the "nullable_reference_types" field.
Gets whether the "nullable_reference_types" field is set
Whether the generated files should have nullable reference type annotations.
When enabled, the generated C# code includes `#nullable enable annotations`
and annotates message-typed properties and certain parameters with `?`.
public CSharpFeatures()
Clears the value of the "nullable_reference_types" field