Enum containing the support indicator argument types.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public enum ConstructorArgumentType
Visual Basic (Declaration)
Public Enumeration ConstructorArgumentType
Visual C++
public enum class ConstructorArgumentType

Members

Member nameDescription
String
String argument.
Integer
Integer argument.
Double
Double argument.
BarElement
BarElement enum argument.
Enum
Generic enum argument.
ChartPane
ChartPane argument.
UserDefined
User defined or undefined argument.
Boolean
Boolean argument
Int64
A 64-bit Integer argument

See Also