Class Specificity
Specificity
public sealed class Specificity
- Inheritance
-
Specificity
- Inherited Members
Properties
A
a
[JsonPropertyName("a")]
public long A { get; set; }
Property Value
B
b
[JsonPropertyName("b")]
public long B { get; set; }
Property Value
C
c
[JsonPropertyName("c")]
public long C { get; set; }