AtomLinkCollection Class ReferenceA strongly typed collection of AtomLink objects. - See also:
- AtomLink
.
More...
List of all members.
Detailed Description
A strongly typed collection of AtomLink objects. - See also:
- AtomLink
.
Member Function Documentation
|
|
Copies the entire AtomLinkCollection 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 AtomLinkCollection. The Array must have zero-based indexing. |
| index | The zero-based index in array at which copying begins. |
|
|
|
Searches for the specified AtomLink and returns the zero-based index of the first occurrence within the entire AtomLinkCollection.
- Parameters:
-
- Returns:
- The zero-based index of the first occurrence of link within the entire AtomLinkCollection, if found; otherwise, -1.
|
| void Insert |
( |
int |
index, |
|
|
AtomLink |
link |
|
) |
|
|
|
|
Inserts a AtomLink into this collection at the specified index.
- Parameters:
-
| index | The zero-based index of the collection at which link should be inserted. |
| link | The AtomLink to insert into this collection. |
|
Property Documentation
|
|
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:
|