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.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- link
- Type: System.Data.Linq.Link(Of T)
The Link(Of T) instance from which to copy.
Show: