Click or drag to resize

EnumHelperTranslate Method

Namespace:  FileHold.Common
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
public static Dictionary<int, string> Translate(
	Type enumType,
	ResourceManager rm
)

Parameters

enumType
Type: SystemType
rm
Type: System.ResourcesResourceManager

Return Value

Type: DictionaryInt32, String
See Also