Link(T) Constructor (Link(T))
Collapse the table of content
Expand the table of content

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

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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)

'Declaration
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.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft