C# 클래스 Thinktecture.Tools.Web.Services.ServiceDescription.MessagesCollection.ReadOnlyList

상속: MessagesCollection
파일 보기 프로젝트 열기: WSCF/WSCF

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ReadOnlyList ( MessagesCollection collection ) : System

메소드 상세

Add() 공개 메소드

public Add ( Message value ) : int
value Message
리턴 int

AddRange() 공개 메소드

public AddRange ( Message array ) : void
array Message
리턴 void

AddRange() 공개 메소드

public AddRange ( MessagesCollection collection ) : void
collection MessagesCollection
리턴 void

BinarySearch() 공개 메소드

public BinarySearch ( Message value ) : int
value Message
리턴 int

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

CopyTo() 공개 메소드

public CopyTo ( Message array ) : void
array Message
리턴 void

CopyTo() 공개 메소드

public CopyTo ( Message array, int arrayIndex ) : void
array Message
arrayIndex int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IMessageEnumerator
리턴 IMessageEnumerator

IndexOf() 공개 메소드

public IndexOf ( Message value ) : int
value Message
리턴 int

Insert() 공개 메소드

public Insert ( int index, Message value ) : void
index int
value Message
리턴 void

Remove() 공개 메소드

public Remove ( Message value ) : void
value Message
리턴 void

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

RemoveRange() 공개 메소드

public RemoveRange ( int index, int count ) : void
index int
count int
리턴 void

Reverse() 공개 메소드

public Reverse ( ) : void
리턴 void

Reverse() 공개 메소드

public Reverse ( int index, int count ) : void
index int
count int
리턴 void

Sort() 공개 메소드

public Sort ( ) : void
리턴 void

Sort() 공개 메소드

public Sort ( IComparer comparer ) : void
comparer IComparer
리턴 void

Sort() 공개 메소드

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

ToArray() 공개 메소드

public ToArray ( ) : Thinktecture.Tools.Web.Services.ServiceDescription.Message[]
리턴 Thinktecture.Tools.Web.Services.ServiceDescription.Message[]

TrimToSize() 공개 메소드

public TrimToSize ( ) : void
리턴 void

this() 공개 메소드

public this ( int index ) : Message
index int
리턴 Message