Method | Description | |
---|---|---|
Add ( |
Adds a
|
|
AddRange ( |
Copies the elements of an array to the end of the
|
|
AddRange ( |
Adds the contents of another
|
|
Contains ( |
Gets a value indicating whether the
|
|
CopyTo ( |
Copies the
|
|
GetEnumerator ( ) : WhereClauseEnumerator |
Returns an enumerator that can iterate through the
|
|
IndexOf ( |
Returns the index of a
|
|
Insert ( int index, |
Inserts a
|
|
Remove ( WhereTerm val ) : void |
Removes a specific
|
|
WhereTermCollection ( ) : System |
Initializes a new instance of
|
|
WhereTermCollection ( WhereTerm val ) : System |
Initializes a new instance of
|
|
WhereTermCollection ( WhereTermCollection val ) : System |
Initializes a new instance of
|
|
this ( int index ) : WhereTerm |
Represents the entry at the specified index of the
|
public AddRange ( |
||
val |
/// An array of type |
|
return | void |
public AddRange ( |
||
val |
/// A |
|
return | void |
public Contains ( |
||
val | The |
|
return | bool |
public CopyTo ( |
||
array | The one-dimensional |
|
index | int | The index in |
return | void |
public GetEnumerator ( ) : WhereClauseEnumerator | ||
return | WhereClauseEnumerator |
public IndexOf ( |
||
val | The |
|
return | int |
public Insert ( int index, |
||
index | int | The zero-based index where |
val | The |
|
return | void |
public Remove ( WhereTerm val ) : void | ||
val | WhereTerm | The |
return | void |
public WhereTermCollection ( WhereTerm val ) : System | ||
val | WhereTerm |
/// A array of |
return | System |
public WhereTermCollection ( WhereTermCollection val ) : System | ||
val | WhereTermCollection |
/// A |
return | System |
public this ( int index ) : WhereTerm | ||
index | int | The zero-based index of the entry to locate in the collection. |
return | WhereTerm |