NAnt SDK Documentation - v0.92

LibraryCollection Class

Contains a collection of Library elements.

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

System.Object
   System.Collections.CollectionBase
      NAnt.VisualCpp.Types.LibraryCollection

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

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

See Also

LibraryCollection Members | NAnt.VisualCpp.Types Namespace