Gets or sets the argument type.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public ConstructorArgumentType Type { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Type As ConstructorArgumentType |
| Visual C++ |
|---|
public: property ConstructorArgumentType Type { ConstructorArgumentType get (); void set (ConstructorArgumentType value); } |