Metodo DedAttrCollectionAdd(DedAttr)
             | 
          
        
        
            Aggiunge alla collezione un elemento già esistente.
            Gli imposta già come padre la nuova collezione.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic void Add(
	DedAttr attr
)
Public Sub Add ( 
	attr As DedAttr
)
public:
void Add(
	DedAttr^ attr
)
member Add : 
        attr : DedAttr -> unit Parametri
- attr  DedAttr
 - Attributo da aggiungere alla collezione.
 
Vedi anche