NAnt SDK Documentation - v0.92

ProjectEntryCollection Class

Contains a collection of ProjectEntry elements.

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

System.Object
   System.Collections.CollectionBase
      NAnt.VSNet.ProjectEntryCollection

[Visual Basic]
<Serializable, _  Serializable, _  DefaultMember(MemberName:="Item")>
Public Class ProjectEntryCollection
    Inherits CollectionBase
[C#]
[Serializable]
[Serializable]
[DefaultMember(MemberName="Item")]
public class ProjectEntryCollection : 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.VSNet

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

See Also

ProjectEntryCollection Members | NAnt.VSNet Namespace