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