Utility.WriteXmlAttribute<T> Method

Public Shared Sub WriteXmlAttribute(Of  _ 
T As Point2D)( _ 
ByVal name As String, _ 
ByVal point As T, _ 
ByVal writer As XmlTextWriter
)
This language is not supported or no code example is available.
public static void WriteXmlAttribute<T>( 
string name
T point
XmlTextWriter writer 

where T : Point2D
This language is not supported or no code example is available.

Type Parameters

T

Parameters

name
string

point
T

writer
XmlTextWriter

.NET Framework

Supported in: 4.8

In this article

Definition