Summary
Contains a collection of
NAnt.VisualCpp.Types.Symbol
elements.
- Assembly
- NAnt
.VisualCpp .dll - Namespace
- NAnt
.VisualCpp .Types - Base Types
-
- CollectionBase
graph BT
Type-->Base0["CollectionBase"]
Type["SymbolCollection"]
class Type type-node
Syntax
[Serializable()]
public class SymbolCollection : CollectionBase
Attributes
Type | Description |
---|---|
Serializable |
Constructors
Name | Summary |
---|---|
SymbolCollection |
Initializes a new instance of the NAnt.VisualCpp.Types.SymbolCollection class.
|
SymbolCollection |
Initializes a new instance of the NAnt.VisualCpp.Types.SymbolCollection class
with the specified array of NAnt.VisualCpp.Types.Symbol instances.
|
SymbolCollection |
Initializes a new instance of the NAnt.VisualCpp.Types.SymbolCollection class
with the specified NAnt.VisualCpp.Types.SymbolCollection instance.
|
Properties
Methods
Name | Value | Summary |
---|---|---|
Add |
int |
Adds a
NAnt.VisualCpp.Types.Symbol to the end of the collection.
|
AddRange |
void |
Adds the elements of a
NAnt.VisualCpp.Types.Symbol array to the end of the collection.
|
AddRange |
void |
Adds the elements of a
NAnt.VisualCpp.Types.SymbolCollection to the end of the collection.
|
Contains |
bool |
Determines whether a
NAnt.VisualCpp.Types.Symbol 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 |
SymbolEnumerator |
Returns an enumerator that can iterate through the collection.
|
IndexOf |
int |
Retrieves the index of a specified
NAnt.VisualCpp.Types.Symbol object in the collection.
|
Insert |
void |
Inserts a
NAnt.VisualCpp.Types.Symbol into the collection at the specified index.
|
Remove |
void |
Removes a member from the collection.
|