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

Inheritance: OperationsCollection
Datei anzeigen Open project: WSCF/WSCF

Public Methods

Method 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

Method Description
ReadOnlyList ( OperationsCollection collection ) : System

Method Details

Add() public method

public Add ( Operation value ) : int
value Operation
return int

AddRange() public method

public AddRange ( Operation array ) : void
array Operation
return void

AddRange() public method

public AddRange ( OperationsCollection collection ) : void
collection OperationsCollection
return void

BinarySearch() public method

public BinarySearch ( Operation value ) : int
value Operation
return int

Clear() public method

public Clear ( ) : void
return void

Clone() public method

public Clone ( ) : object
return object

CopyTo() public method

public CopyTo ( Operation array ) : void
array Operation
return void

CopyTo() public method

public CopyTo ( Operation array, int arrayIndex ) : void
array Operation
arrayIndex int
return void

GetEnumerator() public method

public GetEnumerator ( ) : IOperationEnumerator
return IOperationEnumerator

IndexOf() public method

public IndexOf ( Operation value ) : int
value Operation
return int

Insert() public method

public Insert ( int index, Operation value ) : void
index int
value Operation
return void

Remove() public method

public Remove ( Operation value ) : void
value Operation
return void

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

RemoveRange() public method

public RemoveRange ( int index, int count ) : void
index int
count int
return void

Reverse() public method

public Reverse ( ) : void
return void

Reverse() public method

public Reverse ( int index, int count ) : void
index int
count int
return void

Sort() public method

public Sort ( ) : void
return void

Sort() public method

public Sort ( IComparer comparer ) : void
comparer IComparer
return void

Sort() public method

public Sort ( int index, int count, IComparer comparer ) : void
index int
count int
comparer IComparer
return void

ToArray() public method

public ToArray ( ) : Operation[]
return Operation[]

TrimToSize() public method

public TrimToSize ( ) : void
return void

this() public method

public this ( int index ) : Operation
index int
return Operation