C# Class BraintreeEncryption.Library.BouncyCastle.Util.Collections.UnmodifiableListProxy

Inheritance: UnmodifiableList
Afficher le fichier Open project: braintree/braintree_windows_phone_encryption

Méthodes publiques

Méthode Description
Contains ( object o ) : bool
CopyTo ( Array array, int index ) : void
GetEnumerator ( ) : IEnumerator
IndexOf ( object o ) : int
UnmodifiableListProxy ( IList l ) : System

Méthodes protégées

Méthode Description
GetValue ( int i ) : object

Method Details

Contains() public méthode

public Contains ( object o ) : bool
o object
Résultat bool

CopyTo() public méthode

public CopyTo ( Array array, int index ) : void
array System.Array
index int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

GetValue() protected méthode

protected GetValue ( int i ) : object
i int
Résultat object

IndexOf() public méthode

public IndexOf ( object o ) : int
o object
Résultat int

UnmodifiableListProxy() public méthode

public UnmodifiableListProxy ( IList l ) : System
l IList
Résultat System