PropertyInvalidExceptionValidateNotEmptyT Method (ICollectionT, String) |
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static void ValidateNotEmpty<T>(
ICollection<T> value,
string propertyName
)
Public Shared Sub ValidateNotEmpty(Of T) (
value As ICollection(Of T),
propertyName As String
)
public:
generic<typename T>
static void ValidateNotEmpty(
ICollection<T>^ value,
String^ propertyName
)
static member ValidateNotEmpty :
value : ICollection<'T> *
propertyName : string -> unit
Parameters
- value
- Type: System.Collections.GenericICollectionT
The property value. - propertyName
- Type: SystemString
The name of the property.
Type Parameters
- T
- The type of items in the collection.
Exceptions See Also