Metodo DedAttrCollectionInsertRedefinedAttr
|
Aggiunge e restituisce un un nuovo elemento alla collezione inserendolo alla posizione calcolata in base al suo Ord.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public DedAttr InsertRedefinedAttr(
DedAttr rest
)
Public Function InsertRedefinedAttr (
rest As DedAttr
) As DedAttr
public:
DedAttr^ InsertRedefinedAttr(
DedAttr^ rest
)
member InsertRedefinedAttr :
rest : DedAttr -> DedAttr
Parametri
- rest DedAttr
- Indice di inserimento del nuovo elemento.
Valore di ritorno
DedAttrRestituisce l'attributo aggiunto.
Vedi anche