Click or drag to resize

translationEnumTableGetEnums Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the enums.

Namespace:  imbSCI.DataComplex.special
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public List<Object> GetEnums(
	IEnumerable<Type> types,
	string stringForm
)
Request Example View Source

Parameters

types
Type: System.Collections.GenericIEnumerableType
The types
stringForm
Type: SystemString
The string form with multiple keys.

Return Value

Type: ListObject
See Also