public MetricsCounter(
string name,
CounterType type,
string? description
)
Public Sub New (
name As String,
type As CounterType,
description As String
)
public:
MetricsCounter(
String^ name,
CounterType type,
String^ description
)
new :
name : string *
type : CounterType *
description : string -> MetricsCounter