Click or drag to resize

EnumValue Constructor

[This is preliminary documentation and is subject to change.]

Consruct na EnumValue from int and string

Namespace:  CSC.SC.TOPICA4.DynamicData
Assembly:  CSC.SC.TOPICA4.DynamicData (in CSC.SC.TOPICA4.DynamicData.dll) Version: 4.37.7779.15937
Syntax
C#
public EnumValue(
	int intValue,
	string stringValue
)

Parameters

intValue
Type: SystemInt32

[Missing <param name="intValue"/> documentation for "M:CSC.SC.TOPICA4.DynamicData.EnumValue.#ctor(System.Int32,System.String)"]

stringValue
Type: SystemString

[Missing <param name="stringValue"/> documentation for "M:CSC.SC.TOPICA4.DynamicData.EnumValue.#ctor(System.Int32,System.String)"]

See Also