Class DOMCounter
DOM object counter data.
public sealed class DOMCounter
- Inheritance
-
DOMCounter
- Inherited Members
Properties
Count
Object count.
[JsonPropertyName("count")]
public long Count { get; set; }
Property Value
Name
Object name. Note: object names should be presumed volatile and clients should not expect the returned names to be consistent across runs.
[JsonPropertyName("name")]
public string Name { get; set; }