Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool IsNull(TElement)

Declaration

public bool IsNull(
    TElement element
)

Summary

Determines whether the specified element represents a null value.

Remarks

This should return true if the element was generated by IClassifyFormat<TElement>.FormatNullValue() and false otherwise.