Link(Of T) Constructor

 

Initializes a new instance of the Link(Of T) structure.

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

NameDescription
System_CAPS_pubmethodLink(Of T)(T)

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

System_CAPS_pubmethodLink(Of T)(IEnumerable(Of T))

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

System_CAPS_pubmethodLink(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.

Return to top
Show: