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