Metodo DedAttrCollectionAdd (DedAttr)
|
Aggiunge alla collezione un elemento già esistente.
Gli imposta già come padre la nuova collezione.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.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
- Tipo: DedNet.CoreDedAttr
Attributo da aggiungere alla collezione.
Vedi anche