Noemax FastInfoset.NET Report an issue | Discuss in forums
XmlFastInfosetWriter.WriteEntityRef(string) Method
See Also 
Noemax.FastInfoset Assembly > Noemax.FastInfoset Namespace > XmlFastInfosetWriter Class : WriteEntityRef Method



name

The name of the entity reference.

This method is not supported and always throws a NotSupportedException.


Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)

Syntax

Visual Basic (Declaration) 
Overrides Public NotOverridable Sub WriteEntityRef( _
   ByVal name As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetWriter
Dim name As String
 
instance.WriteEntityRef(name)
C# 
public override void WriteEntityRef( 
   string name
)
C++/CLI 
public:
void WriteEntityRef( 
   String^ name
) override 

Parameters

name

The name of the entity reference.

Remarks

Writing of entity references is presently not supported by XmlFastInfosetWriter.

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also

Reference

XmlFastInfosetWriter Class
XmlFastInfosetWriter Members
Base Implementation in System.Xml.XmlWriter