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

UInt32Value

public const int ValueFieldNumber = 1

public static MessageDescriptor Descriptor { get; }

public static MessageParser<UInt32Value> Parser { get; }

public uint Value { get; set; }

public UInt32Value()

public UInt32Value(UInt32Value other)

public int CalculateSize()

public UInt32Value Clone()

public bool Equals(UInt32Value other)

public void MergeFrom(UInt32Value other)

public void MergeFrom(CodedInputStream input)

public void WriteTo(CodedOutputStream output)