EnumOptionGeneratorGetEnumOption Method

Definition

Namespace: MFiles.VAF.Configuration.JsonEditor
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public virtual EnumOption GetEnumOption(
	string enumName,
	Type enumType,
	ResourceManager resources = null
)

Parameters

enumName  String
 
enumType  Type
 
resources  ResourceManager  (Optional)
 

Return Value

EnumOption

See Also