| 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) | |
|---|---|
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 ) | |
| 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