Link(Of T) Constructor (T)

 

Initializes a new instance of the Link(Of T) structure by referencing the value of the property.

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

Public Sub New (
	value As T
)

Parameters

value
Type: T

The value for the property.

Use this constructor when the value for the property is already known.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: