Metodo DedAttrCollectionAdd(DedAttr, Boolean)
|
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,
bool keepOrd = false
)
Public Sub Add (
attr As DedAttr,
Optional keepOrd As Boolean = false
)
public:
void Add(
DedAttr^ attr,
bool keepOrd = false
)
member Add :
attr : DedAttr *
?keepOrd : bool
(* Defaults:
let _keepOrd = defaultArg keepOrd false
*)
-> unit
Parametri
- attr DedAttr
- Attributo da aggiungere alla collezione.
- keepOrd Boolean (Optional)
- Indica se ordinare gli attributi. Di default è a False (gli attributi vengono clonati)
Vedi anche