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






localName
value

Syntax

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

Parameters

localName
value

See Also