Metrics<TExtensible>(TExtensible)
Gets an object that allows to get metrics.
Declaration
public static Metrics<TExtensible> Metrics<TExtensible>(this TExtensible extensible) where TExtensible : IMeasurableParameters
| Type | Name | Description |
|---|---|---|
| TExtensible | extensible | The object which metrics are requested. |
Returns
| Type | Description |
|---|---|
| Metrics<TExtensible> |
Type Parameters
| Name | Description |
|---|---|
| TExtensible | The type of object for which objects are requested. |