Méthode | Description | |
---|---|---|
Add ( Operation value ) : int | ||
AddRange ( Operation array ) : void | ||
AddRange ( |
||
BinarySearch ( Operation value ) : int | ||
Clear ( ) : void | ||
Clone ( ) : object | ||
CopyTo ( Operation array ) : void | ||
CopyTo ( Operation array, int arrayIndex ) : void | ||
GetEnumerator ( ) : IOperationEnumerator | ||
IndexOf ( Operation value ) : int | ||
Insert ( int index, Operation value ) : void | ||
Remove ( Operation value ) : void | ||
RemoveAt ( int index ) : void | ||
RemoveRange ( int index, int count ) : void | ||
Reverse ( ) : void | ||
Reverse ( int index, int count ) : void | ||
Sort ( ) : void | ||
Sort ( IComparer comparer ) : void | ||
Sort ( int index, int count, IComparer comparer ) : void | ||
ToArray ( ) : Operation[] | ||
TrimToSize ( ) : void | ||
this ( int index ) : Operation |
Méthode | Description | |
---|---|---|
CheckUnique ( Operation value ) : void | ||
CheckUnique ( int index, Operation value ) : void | ||
UniqueList ( |
public AddRange ( |
||
collection | ||
Résultat | void |
public BinarySearch ( Operation value ) : int | ||
value | Operation | |
Résultat | int |
public CopyTo ( Operation array, int arrayIndex ) : void | ||
array | Operation | |
arrayIndex | int | |
Résultat | void |
public GetEnumerator ( ) : IOperationEnumerator | ||
Résultat | IOperationEnumerator |
public Insert ( int index, Operation value ) : void | ||
index | int | |
value | Operation | |
Résultat | void |
public RemoveRange ( int index, int count ) : void | ||
index | int | |
count | int | |
Résultat | void |
public Reverse ( int index, int count ) : void | ||
index | int | |
count | int | |
Résultat | void |
public Sort ( int index, int count, IComparer comparer ) : void | ||
index | int | |
count | int | |
comparer | IComparer | |
Résultat | void |