NAnt SDK Documentation - v0.85-nightly-2005-11-09

DefaultCommandLineArgumentAttribute Class

[This is preliminary documentation and subject to change.]

Marks a command-line option as being the default option. When the name of a command-line argument is not specified, this option will be assumed.

For a list of all members of this type, see DefaultCommandLineArgumentAttribute Members.

System.Object
   System.Attribute
      NAnt.Core.Util.CommandLineArgumentAttribute
         NAnt.Core.Util.DefaultCommandLineArgumentAttribute

[Visual Basic]
<AttributeUsage(ValidOn:=AttributeTargets.Property, AllowMultiple:=False, Inherited:=True)>
NotInheritable Public Class DefaultCommandLineArgumentAttribute
    Inherits CommandLineArgumentAttribute
[C#]
[AttributeUsage(ValidOn=AttributeTargets.Property, AllowMultiple=False, Inherited=True)]
public sealed class DefaultCommandLineArgumentAttribute : CommandLineArgumentAttribute

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Missing <remarks> documentation for T:NAnt.Core.Util.DefaultCommandLineArgumentAttribute

Requirements

Namespace: NAnt.Core.Util

Assembly: NAnt.Core (in NAnt.Core.dll)

See Also

DefaultCommandLineArgumentAttribute Members | NAnt.Core.Util Namespace