FoodCandy!

AtomEntryCollection Class Reference

A strongly typed collection of AtomEntry objects.
See also:
AtomEntry

. More...

List of all members.


Public Member Functions

int Add (AtomEntry entry)
 Adds an object to the end of the AtomEntryCollection.
bool Contains (AtomEntry entry)
 Determines whether the AtomEntryCollection contains a specific element.
void CopyTo (AtomEntryCollection[] array, int index)
 Copies the entire AtomEntryCollection to a compatible one-dimensional Array, starting at the specified index of the target array.
int IndexOf (AtomEntry entry)
 Searches for the specified AtomEntry and returns the zero-based index of the first occurrence within the entire AtomEntryCollection.
void Insert (int index, AtomEntry entry)
 Inserts a AtomEntry into this collection at the specified index.
void Remove (AtomEntry entry)
 Removes the first occurrence of a specific AtomEntry from the AtomEntryCollection.

Properties

AtomEntry this [int index]
 Gets or sets the element at the specified index.

Detailed Description

A strongly typed collection of AtomEntry objects.
See also:
AtomEntry

.


Member Function Documentation

int Add AtomEntry  entry  ) 
 

Adds an object to the end of the AtomEntryCollection.

Parameters:
entry The AtomEntry to be added to the end of the AtomEntryCollection.
Returns:
The AtomEntryCollection index at which the value has been added.

bool Contains AtomEntry  entry  ) 
 

Determines whether the AtomEntryCollection contains a specific element.

Parameters:
entry The AtomEntry to locate in the AtomEntryCollection.
Returns:
true if the AtomEntryCollection contains the specified item, otherwise false.

void CopyTo AtomEntryCollection[]  array,
int  index
 

Copies the entire AtomEntryCollection to a compatible one-dimensional Array, starting at the specified index of the target array.

Parameters:
array The one-dimensional Array that is the destination of the elements copied from AtomEntryCollection. The Array must have zero-based indexing.
index The zero-based index in array at which copying begins.

int IndexOf AtomEntry  entry  ) 
 

Searches for the specified AtomEntry and returns the zero-based index of the first occurrence within the entire AtomEntryCollection.

Parameters:
entry The AtomEntry to locate in the AtomEntryCollection.
Returns:
The zero-based index of the first occurrence of entry within the entire AtomEntryCollection, if found; otherwise, -1.

void Insert int  index,
AtomEntry  entry
 

Inserts a AtomEntry into this collection at the specified index.

Parameters:
index The zero-based index of the collection at which entry should be inserted.
entry The AtomEntry to insert into this collection.

void Remove AtomEntry  entry  ) 
 

Removes the first occurrence of a specific AtomEntry from the AtomEntryCollection.

Parameters:
entry The AtomEntry to remove from the AtomEntryCollection.

Property Documentation

AtomEntry this[int index] [get, set]
 

Gets or sets the element at the specified index.

Parameters:
index The zero-based index of the element to get or set.

The documentation for this class was generated from the following file:
  • AtomEntryCollection.cs
© FoodCandy, 2006-2007, All Rights Reserved | FoodCandy | Sun Oct 7 10:48:51 2007 | Doxygen 1.4.6-NO