LxNillable<T> Class Members
In This Topic
The following tables list the members exposed by LxNillable<T>.
Public Properties
| Name | Description |
| IsNil | Indicates whether the XML element is a nil. When true the attribute xsi:nil="true" is added to the element, and its contents (text and child nodes) are omitted. When false the element is written out complete with its content. |
| Value | The underlying value that will become the contents of the XML element when IsNil is false. |
Top
Public Methods
Public Operators
See Also