Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool IsNull(TElement)

  • Declared in: RT.Serialization.IClassifyFormat<TElement>
  • Interface method
  • Abstract

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.