PerformanceTestBaseTDelegate, TResultGetUnit Method
Gets the length unit name of
TResult.
The base implementation returns the element name if
TResult is
IEnumerableT (C# alias name, if applicable);
a localized string for
item, if
TResult is a non-generic
IEnumerable; otherwise, a localized string for
byte.
Namespace: KGySoft.DiagnosticsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
protected virtual string GetUnit()
Protected Overridable Function GetUnit As String
protected:
virtual String^ GetUnit()
abstract GetUnit : unit -> string
override GetUnit : unit -> string
Return Value
StringThe unit name of
TResult.