Creates a new instance of the elements contained in this List. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.EntityModel
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic override Object AddNew()
Public Overrides Function AddNew As Object
Return Value
Type: 
Objectif NewElementFactoryFunc is set, a new instance created by that factory, otherwise null
Implements
IBindingListAddNew
See Also