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

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

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
GetValue ( int i ) : object
UnmodifiableList ( ) : System

Method Details

Add() public méthode

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

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public abstract méthode

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

CopyTo() public abstract méthode

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

GetEnumerator() public abstract méthode

public abstract GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

GetValue() protected abstract méthode

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

IndexOf() public abstract méthode

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

Insert() public méthode

public Insert ( int i, object o ) : void
i int
o object
Résultat void

Remove() public méthode

public Remove ( object o ) : void
o object
Résultat void

RemoveAt() public méthode

public RemoveAt ( int i ) : void
i int
Résultat void

UnmodifiableList() protected méthode

protected UnmodifiableList ( ) : System
Résultat System

this() public méthode

public this ( int i ) : object
i int
Résultat object