| DataProjectorToCustomClass<T> Constructor (List<T>) | 
            CTor
            
 
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic DataProjectorToCustomClass(
	List<T> destination
)
Public Sub New ( 
	destination As List(Of T)
)
Parameters
- destination
 - Type: System.Collections.Generic.List<T>
destination collection of new projection results 
See Also