SymbolCollection Class

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
SerializableAttribute

Constructors

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

Properties

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

Methods

Name Value Summary
Add(Symbol) int
Adds a NAnt.VisualCpp.Types.Symbol to the end of the collection.
AddRange(Symbol[]) void
Adds the elements of a NAnt.VisualCpp.Types.Symbol array to the end of the collection.
AddRange(SymbolCollection) void
Adds the elements of a NAnt.VisualCpp.Types.SymbolCollection to the end of the collection.
Contains(Symbol) bool
Determines whether a NAnt.VisualCpp.Types.Symbol is in the collection.
CopyTo(Symbol[], int) 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(Symbol) int
Retrieves the index of a specified NAnt.VisualCpp.Types.Symbol object in the collection.
Insert(int, Symbol) void
Inserts a NAnt.VisualCpp.Types.Symbol into the collection at the specified index.
Remove(Symbol) void
Removes a member from the collection.