Click or drag to resize
EnumModel Constructor (Int32, String)
Creates a new object.

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public EnumModel(
	int value,
	string description
)

Parameters

value
Type: SystemInt32
description
Type: SystemString
See Also