IMetadata
Declaration
public interface IMetadata<TComponent> where TComponent: IMeasurementComponent<TComponent>
{
string? Unit { get; set; }
string? Accuracy { get; set; }
IMeasurementComponent<TComponent>? Environment { get; set; }
}
Last modified: 03 February 2025