Link(Of T) Constructor
.NET Framework (current version)
Initializes a new instance of the Link(Of T) structure.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
| Name | Description | |
|---|---|---|
![]() | Link(Of T)(T) | Initializes a new instance of the Link(Of T) structure by referencing the value of the property. |
![]() | Link(Of T)(IEnumerable(Of T)) | Initializes a new instance of the Link(Of T) structure by referencing the source. |
![]() | Link(Of T)(Link(Of T)) | Initializes a new instance of the Link(Of T) structure by copying the internal state from another Link(Of T) instance. |
Show:
