ArcFM Desktop Developer Guide
FilteredList<T> Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal list As List(Of T) _
)
'Usage
 
Dim list As List(Of T)
 
Dim instance As New FilteredList(Of T)(list)
public FilteredList<T>( 
   List<T> list
)

Parameters

list
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

FilteredList<T> Class
FilteredList<T> Members

 

 


Send Comment