Click or drag to resize

imbEnumExtendBasegetEnumMemberByPath Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the enum member by path, generated by getEnumMemberPath(Object, Boolean, String, Boolean), [enum type name].[enum member name].

Namespace:  imbSCI.Core.extensions.enumworks
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static Object getEnumMemberByPath(
	string enumMemberPath,
	IEnumerable<Type> enumTypes
)
Request Example View Source

Parameters

enumMemberPath
Type: SystemString
The enum member path.
enumTypes
Type: System.Collections.GenericIEnumerableType
The enum types to lookup.

Return Value

Type: Object
null on fail
See Also