Edit

Share via


EmptyCollectionToObjectConverter.CheckValueIsEmpty(Object) Method

Definition

Checks collection for emptiness.

protected override bool CheckValueIsEmpty (object value);
override this.CheckValueIsEmpty : obj -> bool
Protected Overrides Function CheckValueIsEmpty (value As Object) As Boolean

Parameters

value
Object

Value to be checked.

Returns

True if value is an empty collection or does not implement IEnumerable, false otherwise.

Applies to