Click or drag to resize

Metodo EnumDescriptionHelperToListOnlyWithDescr

Converte una enumerazione in una lista leggibile di stringhe.

Namespace: DedNet.Lib
Assembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassi
public static Dictionary<string, Enum> ToListOnlyWithDescr(
	Type type
)

Parametri

type  Type
Tipo dell'enumerazione.

Valore di ritorno

DictionaryString, Enum
Vedi anche