C# Class Thinktecture.Tools.Web.Services.ServiceDescription.MessagesCollection.SyncList

Inheritance: MessagesCollection
Datei anzeigen Open project: WSCF/WSCF

Public Methods

Method Description
Add ( Message value ) : int
AddRange ( Message array ) : void
AddRange ( MessagesCollection collection ) : void
BinarySearch ( Message value ) : int
Clear ( ) : void
Clone ( ) : object
CopyTo ( Message array ) : void
CopyTo ( Message array, int arrayIndex ) : void
GetEnumerator ( ) : IMessageEnumerator
IndexOf ( Message value ) : int
Insert ( int index, Message value ) : void
Remove ( Message 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 ( ) : Thinktecture.Tools.Web.Services.ServiceDescription.Message[]
TrimToSize ( ) : void
this ( int index ) : Message

Private Methods

Method Description
SyncList ( MessagesCollection collection ) : System

Method Details

Add() public method

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

AddRange() public method

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

AddRange() public method

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

BinarySearch() public method

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

Clear() public method

public Clear ( ) : void
return void

Clone() public method

public Clone ( ) : object
return object

CopyTo() public method

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

CopyTo() public method

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

GetEnumerator() public method

public GetEnumerator ( ) : IMessageEnumerator
return IMessageEnumerator

IndexOf() public method

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

Insert() public method

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

Remove() public method

public Remove ( Message value ) : void
value Message
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 ( ) : Thinktecture.Tools.Web.Services.ServiceDescription.Message[]
return Thinktecture.Tools.Web.Services.ServiceDescription.Message[]

TrimToSize() public method

public TrimToSize ( ) : void
return void

this() public method

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