NAnt SDK Documentation - v0.92

CommandLineArgumentCollection Class

Contains a strongly typed collection of CommandLineArgument objects.

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

System.Object
   System.Collections.CollectionBase
      NAnt.Core.Util.CommandLineArgumentCollection

[Visual Basic]
<Serializable, _  Serializable, _  DefaultMember(MemberName:="Item")>
Public Class CommandLineArgumentCollection
    Inherits CollectionBase
[C#]
[Serializable]
[Serializable]
[DefaultMember(MemberName="Item")]
public class CommandLineArgumentCollection : CollectionBase

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.

Requirements

Namespace: NAnt.Core.Util

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

See Also

CommandLineArgumentCollection Members | NAnt.Core.Util Namespace