SettingsUnitHelperThrowIfEmptyCollectionT - метод
Throws an exception if the specified collection is empty.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
public static void ThrowIfEmptyCollection<T>(
IReadOnlyCollection<T> collection
)
Public Shared Sub ThrowIfEmptyCollection(Of T) (
collection As IReadOnlyCollection(Of T)
)
public:
generic<typename T>
static void ThrowIfEmptyCollection(
IReadOnlyCollection<T>^ collection
)
static member ThrowIfEmptyCollection :
collection : IReadOnlyCollection<'T> -> unit
- collection IReadOnlyCollectionT
- The collection to validate.
- T