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

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

공개 메소드들

메소드 설명
Contains ( object o ) : bool
CopyTo ( Array array, int index ) : void
GetEnumerator ( ) : IEnumerator
IndexOf ( object o ) : int
UnmodifiableListProxy ( IList l ) : System

보호된 메소드들

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

메소드 상세

Contains() 공개 메소드

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

CopyTo() 공개 메소드

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

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

GetValue() 보호된 메소드

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

IndexOf() 공개 메소드

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

UnmodifiableListProxy() 공개 메소드

public UnmodifiableListProxy ( IList l ) : System
l IList
리턴 System