Restituisce la root corrispondente avente un particolare nome.
Restituisce null se non viene trovata (non solleva eccezioni).
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.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
- Tipo: SystemString
Nome della root da ottenere.
Valore di ritorno
Tipo:
DedRootRestituisce la root oppure null se non è presente.
Vedi anche