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

Link(Of T) Constructor (IEnumerable(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 referencing the source.

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

'Declaration
Public Sub New ( _
	source As IEnumerable(Of T) _
)

Parameters

source
Type: System.Collections.Generic.IEnumerable(Of T)
The source collection.

Use this constructor to initialize the Link(Of T) with a deferred value loader (implements IEnumerable(Of T))

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft