메소드 | 설명 | |
---|---|---|
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 ( ) : WhereClauseGroupEnumerator |
Returns an enumerator that can iterate through the
|
|
IndexOf ( |
Returns the index of a
|
|
Insert ( int index, |
Inserts a
|
|
Remove ( |
Removes a specific
|
|
WhereClauseCollection ( ) : System |
Initializes a new instance of
|
|
WhereClauseCollection ( |
Initializes a new instance of
|
|
WhereClauseCollection ( |
Initializes a new instance of
|
|
this ( int index ) : |
Represents the entry at the specified index of the
|
public AddRange ( |
||
val |
/// An array of type |
|
리턴 | void |
public AddRange ( |
||
val |
/// A |
|
리턴 | void |
public CopyTo ( |
||
array | The one-dimensional |
|
index | int | The index in |
리턴 | void |
public GetEnumerator ( ) : WhereClauseGroupEnumerator | ||
리턴 | WhereClauseGroupEnumerator |
public Insert ( int index, |
||
index | int | The zero-based index where |
val | The |
|
리턴 | void |
public Remove ( |
||
val | The |
|
리턴 | void |
public WhereClauseCollection ( |
||
val |
/// A array of |
|
리턴 | System |
public WhereClauseCollection ( |
||
val |
/// A |
|
리턴 | System |
public this ( int index ) : |
||
index | int | The zero-based index of the entry to locate in the collection. |
리턴 |