'Declaration Protected Overridable Sub OnWriteXml( _ ByVal writer As System.Xml.XmlWriter _ )
'Usage Dim instance As ConditionBase Dim writer As System.Xml.XmlWriter instance.OnWriteXml(writer)
protected virtual void OnWriteXml( System.Xml.XmlWriter writer )
Parameters
- writer
- The writer.