Class DOMCounter
DOM object counter data.
public sealed record DOMCounter : IEquatable<DOMCounter>
- Inheritance
-
DOMCounter
- Implements
- Inherited Members
Constructors
DOMCounter(string, long)
DOM object counter data.
public DOMCounter(string Name, long Count)
Parameters
NamestringObject name. Note: object names should be presumed volatile and clients should not expect the returned names to be consistent across runs.
CountlongObject count.
Properties
Count
Object count.
public long Count { get; init; }
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.
public string Name { get; init; }