Summary
Gets the underlying
NAnt.Core.Util.CommandLineArgument.Type
of the argument.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Util - Containing Type
- CommandLineArgument
Syntax
public Type ValueType { get; }
Remarks
If the
NAnt.Core.Util.CommandLineArgument.Type
of the argument is a collection type,
this property will returns the underlying type of that collection.
Value
Type | Description |
---|---|
Type |
The underlying NAnt.Core.Util.CommandLineArgument.Type of the argument.
|