Метод | Описание | |
---|---|---|
Add ( |
Adds an instance of type RssCategory to the end of this RssCategoryCollection.
|
|
AddRange ( |
Adds the elements of an array to the end of this RssCategoryCollection.
|
|
AddRange ( |
Adds the elements of another RssCategoryCollection to the end of this RssCategoryCollection.
|
|
Contains ( |
Determines whether a specfic RssCategory value is in this RssCategoryCollection.
|
|
GetEnumerator ( ) : |
Returns an enumerator that can iterate through the elements of this RssCategoryCollection.
|
|
IndexOf ( |
Return the zero-based index of the first occurrence of a specific value in this RssCategoryCollection
|
|
Insert ( int index, |
Inserts an element into the RssCategoryCollection at the specified index
|
|
Remove ( |
Removes the first occurrence of a specific RssCategory from this RssCategoryCollection.
|
|
RssCategoryCollection ( ) : System |
Initializes a new empty instance of the RssCategoryCollection class.
|
|
RssCategoryCollection ( |
Initializes a new instance of the RssCategoryCollection class, containing elements copied from an array.
|
|
RssCategoryCollection ( |
Initializes a new instance of the RssCategoryCollection class, containing elements copied from another instance of RssCategoryCollection
|
|
this ( int index ) : |
Gets or sets the RssCategory at the given index in this RssCategoryCollection.
|
public Add ( |
||
value | /// The RssCategory to be added to the end of this RssCategoryCollection. /// | |
Результат | void |
public AddRange ( |
||
entries | /// The array whose elements are to be added to the end of this RssCategoryCollection. /// | |
Результат | void |
public AddRange ( |
||
entries | /// The RssCategoryCollection whose elements are to be added to the end of this RssCategoryCollection. /// | |
Результат | void |
public Contains ( |
||
value | /// The RssCategory value to locate in this RssCategoryCollection. /// | |
Результат | bool |
public GetEnumerator ( ) : |
||
Результат |
public IndexOf ( |
||
value | /// The RssCategory value to locate in the RssCategoryCollection. /// | |
Результат | int |
public Insert ( int index, |
||
index | int | /// The index at which the RssCategory is to be inserted. /// |
value | /// The RssCategory to insert. /// | |
Результат | void |
public Remove ( |
||
value | /// The RssCategory value to remove from this RssCategoryCollection. /// | |
Результат | void |
public RssCategoryCollection ( |
||
entries | /// The array whose elements are to be added to the new RssCategoryCollection. /// | |
Результат | System |
public RssCategoryCollection ( |
||
entries | /// The RssCategoryCollection whose elements are to be added to the new RssCategoryCollection. /// | |
Результат | System |