Link<'T> Constructor (IEnumerable<'T>)

 

Initializes a new instance of the Link<'T> structure by referencing the source.

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

new : 
        source:IEnumerable<'T> -> Link

Parameters

source
Type: System.Collections.Generic.IEnumerable<'T>

The source collection.

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

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: