Utility.GetXElement<T> Method

Public Shared Function GetXElement(Of  _ 
T As Point2D)( _ 
ByVal name As String, _ 
ByVal point As T _ 
) As XElement
This language is not supported or no code example is available.
public static XElement GetXElement<T>( 
string name
T point 

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

Type Parameters

T

Parameters

name
string

point
T

Return Value

XElement

.NET Framework

Supported in: 4.8

In this article

Definition