<PackageReference Include="Relativity.OutsideIn" Version="2022.2.0" />

UninterpretedOption

public static class Types

public const int AggregateValueFieldNumber = 8

public const int DoubleValueFieldNumber = 6

public const int IdentifierValueFieldNumber = 3

public const int NameFieldNumber = 2

public const int NegativeIntValueFieldNumber = 5

public const int PositiveIntValueFieldNumber = 4

public const int StringValueFieldNumber = 7

public static MessageDescriptor Descriptor { get; }

public static MessageParser<UninterpretedOption> Parser { get; }

public string AggregateValue { get; set; }

public double DoubleValue { get; set; }

public bool HasAggregateValue { get; }

public bool HasDoubleValue { get; }

public bool HasIdentifierValue { get; }

public bool HasNegativeIntValue { get; }

public bool HasPositiveIntValue { get; }

public bool HasStringValue { get; }

public string IdentifierValue { get; set; }

public RepeatedField<NamePart> Name { get; }

public long NegativeIntValue { get; set; }

public ulong PositiveIntValue { get; set; }

public ByteString StringValue { get; set; }

public int CalculateSize()

public void ClearAggregateValue()

public void ClearDoubleValue()

public void ClearIdentifierValue()

public void ClearNegativeIntValue()

public void ClearPositiveIntValue()

public void ClearStringValue()

public bool Equals(UninterpretedOption other)

public void MergeFrom(UninterpretedOption other)

public void MergeFrom(CodedInputStream input)

public void WriteTo(CodedOutputStream output)