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: 26.4.0.0 (26.4.0.0)
Sintassi public 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