Match.

WriteXml(XmlTextWriter) Method

Summary

Writes this match to an System.Xml.XmlTextWriter.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.Grep
Containing Type
Match

Syntax

public void WriteXml(XmlTextWriter xmlWriter)

Parameters

Name Type Description
xmlWriter XmlTextWriter The System.Xml.XmlTextWriter to write to.

Return Value

Type Description
void