Link(Of T) Constructor (Link(Of T))

 

Initializes a new instance of the Link(Of T) structure by copying the internal state from another Link(Of T) instance.

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

Public Sub New (
	link As Link(Of T)
)

Parameters

link
Type: System.Data.Linq.Link(Of T)

The Link(Of T) instance from which to copy.

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