메소드 | 설명 | |
---|---|---|
Add ( |
Adds an instance of type AtomLink to the end of this AtomLinkCollection.
|
|
AddRange ( |
Adds the elements of an array to the end of this AtomLinkCollection.
|
|
AddRange ( |
Adds the elements of another AtomLinkCollection to the end of this AtomLinkCollection.
|
|
AtomLinkCollection ( ) : System |
Initializes a new empty instance of the AtomLinkCollection class.
|
|
AtomLinkCollection ( |
Initializes a new instance of the AtomLinkCollection class, containing elements copied from an array.
|
|
AtomLinkCollection ( |
Initializes a new instance of the AtomLinkCollection class, containing elements copied from another instance of AtomLinkCollection
|
|
Contains ( |
Determines whether a specfic AtomLink value is in this AtomLinkCollection.
|
|
GetEnumerator ( ) : |
Returns an enumerator that can iterate through the elements of this AtomLinkCollection.
|
|
IndexOf ( |
Return the zero-based index of the first occurrence of a specific value in this AtomLinkCollection
|
|
Insert ( int index, |
Inserts an element into the AtomLinkCollection at the specified index
|
|
Remove ( |
Removes the first occurrence of a specific AtomLink from this AtomLinkCollection.
|
|
this ( int index ) : |
Gets or sets the AtomLink at the given index in this AtomLinkCollection.
|
public Add ( |
||
value | /// The AtomLink to be added to the end of this AtomLinkCollection. /// | |
리턴 | void |
public AddRange ( |
||
participants | /// The array whose elements are to be added to the end of this AtomLinkCollection. /// | |
리턴 | void |
public AddRange ( |
||
participants | /// The AtomLinkCollection whose elements are to be added to the end of this AtomLinkCollection. /// | |
리턴 | void |
public AtomLinkCollection ( |
||
participants | /// The array whose elements are to be added to the new AtomLinkCollection. /// | |
리턴 | System |
public AtomLinkCollection ( |
||
participants | /// The AtomLinkCollection whose elements are to be added to the new AtomLinkCollection. /// | |
리턴 | System |
public Contains ( |
||
value | /// The AtomLink value to locate in this AtomLinkCollection. /// | |
리턴 | bool |
public GetEnumerator ( ) : |
||
리턴 |
public IndexOf ( |
||
value | /// The AtomLink value to locate in the AtomLinkCollection. /// | |
리턴 | int |
public Insert ( int index, |
||
index | int | /// The index at which the AtomLink is to be inserted. /// |
value | /// The AtomLink to insert. /// | |
리턴 | void |
public Remove ( |
||
value | /// The AtomLink value to remove from this AtomLinkCollection. /// | |
리턴 | void |