←Select platform

AnnObservableCollection<T> Constructor(List<T>)

Summary

Initializes a new instance of AnnObservableCollection from the specified list.

Syntax

C#
VB
WinRT C#
public AnnObservableCollection<T>(  
   List<T> list 
) 
Public Function New( _ 
   ByVal list As List(Of T) _ 
) 
public AnnObservableCollection<T>(  
   List<T> list 
) 
function AnnObservableCollection(  
   list  
) 

Parameters

list
Source list. Items will be added to this collection.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Core Assembly
Click or drag to resize