LibraryCollection Class

Summary

Contains a collection of NAnt.VisualCpp.Types.Library elements.
Assembly
NAnt.VisualCpp.dll
Namespace
NAnt.VisualCpp.Types
Base Types
  • CollectionBase
graph BT Type-->Base0["CollectionBase"] Type["LibraryCollection"] class Type type-node

Syntax

[Serializable()]
public class LibraryCollection : CollectionBase

Attributes

Type Description
SerializableAttribute

Constructors

Name Summary
LibraryCollection() Initializes a new instance of the NAnt.VisualCpp.Types.LibraryCollection class.
LibraryCollection(Library[]) Initializes a new instance of the NAnt.VisualCpp.Types.LibraryCollection class with the specified array of NAnt.VisualCpp.Types.Library instances.
LibraryCollection(LibraryCollection) Initializes a new instance of the NAnt.VisualCpp.Types.LibraryCollection class with the specified NAnt.VisualCpp.Types.LibraryCollection instance.

Properties

Name Value Summary
this[int] Library
Gets or sets the element at the specified index.

Methods

Name Value Summary
Add(Library) int
Adds a NAnt.VisualCpp.Types.Library to the end of the collection.
AddRange(Library[]) void
Adds the elements of a NAnt.VisualCpp.Types.Library array to the end of the collection.
AddRange(LibraryCollection) void
Adds the elements of a NAnt.VisualCpp.Types.LibraryCollection to the end of the collection.
Contains(Library) bool
Determines whether a NAnt.VisualCpp.Types.Library is in the collection.
CopyTo(Library[], int) void
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
GetEnumerator() LibraryEnumerator
Returns an enumerator that can iterate through the collection.
IndexOf(Library) int
Retrieves the index of a specified NAnt.VisualCpp.Types.Library object in the collection.
Insert(int, Library) void
Inserts a NAnt.VisualCpp.Types.Library into the collection at the specified index.
Remove(Library) void
Removes a member from the collection.