NodeList-1.WriteTo

NodeList<T>.WriteTo method

Write nodes to text writer.

public void WriteTo(TextWriter writer)
ParameterTypeDescription
writerTextWriterThe text writer.

See Also