Noemax FastInfoset.NET
WriteStartElement(String) Method
See Also  Send Feedback
Noemax.FastInfoset Namespace > XmlFastInfosetWriter Class > WriteStartElement Method : WriteStartElement(String) Method






localName

Syntax

Visual Basic (Declaration) 
<TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")>
Public Overloads Sub WriteStartElement( _
   ByVal localName As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetWriter
Dim localName As String
 
instance.WriteStartElement(localName)
C# 
[TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")]
public void WriteStartElement( 
   string localName
)
Delphi 
public procedure WriteStartElement( 
    localName: String
); 
JScript 
TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")
public function WriteStartElement( 
   localName : String
);
Managed Extensions for C++ 
[TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")]
public: void WriteStartElement( 
   string* localName
) 
C++/CLI 
[TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")]
public:
void WriteStartElement( 
   String^ localName
) 

Parameters

localName

See Also