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