C# Class Thinktecture.Tools.Web.Services.ServiceDescription.OperationsCollection.UniqueList

Inheritance: OperationsCollection
Afficher le fichier Open project: WSCF/WSCF

Méthodes publiques

Méthode Description
Add ( Operation value ) : int
AddRange ( Operation array ) : void
AddRange ( OperationsCollection collection ) : void
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

Private Methods

Méthode Description
CheckUnique ( Operation value ) : void
CheckUnique ( int index, Operation value ) : void
UniqueList ( OperationsCollection collection ) : System

Method Details

Add() public méthode

public Add ( Operation value ) : int
value Operation
Résultat int

AddRange() public méthode

public AddRange ( Operation array ) : void
array Operation
Résultat void

AddRange() public méthode

public AddRange ( OperationsCollection collection ) : void
collection OperationsCollection
Résultat void

BinarySearch() public méthode

public BinarySearch ( Operation value ) : int
value Operation
Résultat int

Clear() public méthode

public Clear ( ) : void
Résultat void

Clone() public méthode

public Clone ( ) : object
Résultat object

CopyTo() public méthode

public CopyTo ( Operation array ) : void
array Operation
Résultat void

CopyTo() public méthode

public CopyTo ( Operation array, int arrayIndex ) : void
array Operation
arrayIndex int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IOperationEnumerator
Résultat IOperationEnumerator

IndexOf() public méthode

public IndexOf ( Operation value ) : int
value Operation
Résultat int

Insert() public méthode

public Insert ( int index, Operation value ) : void
index int
value Operation
Résultat void

Remove() public méthode

public Remove ( Operation value ) : void
value Operation
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

RemoveRange() public méthode

public RemoveRange ( int index, int count ) : void
index int
count int
Résultat void

Reverse() public méthode

public Reverse ( ) : void
Résultat void

Reverse() public méthode

public Reverse ( int index, int count ) : void
index int
count int
Résultat void

Sort() public méthode

public Sort ( ) : void
Résultat void

Sort() public méthode

public Sort ( IComparer comparer ) : void
comparer IComparer
Résultat void

Sort() public méthode

public Sort ( int index, int count, IComparer comparer ) : void
index int
count int
comparer IComparer
Résultat void

ToArray() public méthode

public ToArray ( ) : Operation[]
Résultat Operation[]

TrimToSize() public méthode

public TrimToSize ( ) : void
Résultat void

this() public méthode

public this ( int index ) : Operation
index int
Résultat Operation