PublicResourcesArgumentMustBeLessThanT Method
Looks up a localized string similar to Specified argument must be less than {0}.
Namespace: KGySoftAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public static string ArgumentMustBeLessThan<T>(
T limit
)
Public Shared Function ArgumentMustBeLessThan(Of T) (
limit As T
) As String
public:
generic<typename T>
static String^ ArgumentMustBeLessThan(
T limit
)
static member ArgumentMustBeLessThan :
limit : 'T -> string
- limit T
- The value of the limit.
- T
- Type of the value.
StringA localized string similar to
Specified argument must be less than {0}.