Restituisce la root corrispondente avente un particolare nome.
Restituisce null se non viene trovata (non solleva eccezioni).
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public DedRoot this[
string rootName
] { get; }
Public ReadOnly Default Property Item (
rootName As String
) As DedRoot
Get
public:
property DedRoot^ default[String^ rootName] {
DedRoot^ get (String^ rootName);
}
member Item : DedRoot with get
Parametri
- rootName String
- Nome della root da ottenere.
Valore di ritorno
DedRootRestituisce la root oppure null se non è presente.
Vedi anche