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 |
---|---|
Serializable |
Constructors
Name | Summary |
---|---|
LibraryCollection |
Initializes a new instance of the NAnt.VisualCpp.Types.LibraryCollection class.
|
LibraryCollection |
Initializes a new instance of the NAnt.VisualCpp.Types.LibraryCollection class
with the specified array of NAnt.VisualCpp.Types.Library instances.
|
LibraryCollection |
Initializes a new instance of the NAnt.VisualCpp.Types.LibraryCollection class
with the specified NAnt.VisualCpp.Types.LibraryCollection instance.
|
Properties
Methods
Name | Value | Summary |
---|---|---|
Add |
int |
Adds a
NAnt.VisualCpp.Types.Library to the end of the collection.
|
AddRange |
void |
Adds the elements of a
NAnt.VisualCpp.Types.Library array to the end of the collection.
|
AddRange |
void |
Adds the elements of a
NAnt.VisualCpp.Types.LibraryCollection to the end of the collection.
|
Contains |
bool |
Determines whether a
NAnt.VisualCpp.Types.Library is in the collection.
|
CopyTo |
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 |
int |
Retrieves the index of a specified
NAnt.VisualCpp.Types.Library object in the collection.
|
Insert |
void |
Inserts a
NAnt.VisualCpp.Types.Library into the collection at the specified index.
|
Remove |
void |
Removes a member from the collection.
|