Metodo DedAttrCollectionInsertRedefinedAttr
|
Aggiunge e restituisce un un nuovo elemento alla collezione inserendolo alla posizione calcolata in base al suo Ord.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.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
- Tipo: DedNet.CoreDedAttr
Indice di inserimento del nuovo elemento.
Valore di ritorno
Tipo:
DedAttrRestituisce l'attributo aggiunto.
Vedi anche