Table of Contents

Method SelfClosed

Namespace
TinyComponents
Assembly
TinyComponents.dll

SelfClosed<TXmlNode>(TXmlNode)

Specifies that this INode will be self-closed.

public static TXmlNode SelfClosed<TXmlNode>(this TXmlNode node) where TXmlNode : INode

Parameters

node TXmlNode

The current INode.

Returns

TXmlNode

The self INode object for fluent chaining.

Type Parameters

TXmlNode

The object type which implements INode.