C# 클래스 Thinktecture.Tools.Web.Services.ServiceDescription.OperationsCollection.SyncList

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

공개 메소드들

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

비공개 메소드들

메소드 설명
SyncList ( OperationsCollection collection ) : System

메소드 상세

Add() 공개 메소드

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

AddRange() 공개 메소드

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

AddRange() 공개 메소드

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

BinarySearch() 공개 메소드

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

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

CopyTo() 공개 메소드

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

CopyTo() 공개 메소드

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

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IOperationEnumerator
리턴 IOperationEnumerator

IndexOf() 공개 메소드

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

Insert() 공개 메소드

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

Remove() 공개 메소드

public Remove ( Operation value ) : void
value Operation
리턴 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 ( ) : Operation[]
리턴 Operation[]

TrimToSize() 공개 메소드

public TrimToSize ( ) : void
리턴 void

this() 공개 메소드

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