Link<'T> Constructor (IEnumerable<'T>)
.NET Framework (current version)
Initializes a new instance of the Link<'T> structure by referencing the source.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
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
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Show: