C# 클래스 BraintreeEncryption.Library.BouncyCastle.Util.Collections.UnmodifiableList

상속: IList
파일 보기 프로젝트 열기: braintree/braintree_windows_phone_encryption

공개 메소드들

메소드 설명
Add ( object o ) : int
Clear ( ) : void
Contains ( object o ) : bool
CopyTo ( Array array, int index ) : void
GetEnumerator ( ) : IEnumerator
IndexOf ( object o ) : int
Insert ( int i, object o ) : void
Remove ( object o ) : void
RemoveAt ( int i ) : void
this ( int i ) : object

보호된 메소드들

메소드 설명
GetValue ( int i ) : object
UnmodifiableList ( ) : System

메소드 상세

Add() 공개 메소드

public Add ( object o ) : int
o object
리턴 int

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 추상적인 메소드

public abstract Contains ( object o ) : bool
o object
리턴 bool

CopyTo() 공개 추상적인 메소드

public abstract CopyTo ( Array array, int index ) : void
array System.Array
index int
리턴 void

GetEnumerator() 공개 추상적인 메소드

public abstract GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

GetValue() 보호된 추상적인 메소드

protected abstract GetValue ( int i ) : object
i int
리턴 object

IndexOf() 공개 추상적인 메소드

public abstract IndexOf ( object o ) : int
o object
리턴 int

Insert() 공개 메소드

public Insert ( int i, object o ) : void
i int
o object
리턴 void

Remove() 공개 메소드

public Remove ( object o ) : void
o object
리턴 void

RemoveAt() 공개 메소드

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

UnmodifiableList() 보호된 메소드

protected UnmodifiableList ( ) : System
리턴 System

this() 공개 메소드

public this ( int i ) : object
i int
리턴 object