EmptyCollectionToObjectConverter.CheckValueIsEmpty(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.