Metodo EnumDescriptionHelperToListOnlyWithDescr
|
Converte una enumerazione in una lista leggibile di stringhe.
Namespace:
DedNet.Lib
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi public static Dictionary<string, Enum> ToListOnlyWithDescr(
Type type
)
Public Shared Function ToListOnlyWithDescr (
type As Type
) As Dictionary(Of String, Enum)
public:
static Dictionary<String^, Enum^>^ ToListOnlyWithDescr(
Type^ type
)
static member ToListOnlyWithDescr :
type : Type -> Dictionary<string, Enum>
Parametri
- type
- Tipo: SystemType
Tipo dell'enumerazione.
Valore di ritorno
Tipo:
DictionaryString,
EnumVedi anche