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

Inheritance: IList
显示文件 Open project: braintree/braintree_windows_phone_encryption

Public Methods

Method 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

Protected Methods

Method Description
GetValue ( int i ) : object
UnmodifiableList ( ) : System

Method Details

Add() public method

public Add ( object o ) : int
o object
return int

Clear() public method

public Clear ( ) : void
return void

Contains() public abstract method

public abstract Contains ( object o ) : bool
o object
return bool

CopyTo() public abstract method

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

GetEnumerator() public abstract method

public abstract GetEnumerator ( ) : IEnumerator
return IEnumerator

GetValue() protected abstract method

protected abstract GetValue ( int i ) : object
i int
return object

IndexOf() public abstract method

public abstract IndexOf ( object o ) : int
o object
return int

Insert() public method

public Insert ( int i, object o ) : void
i int
o object
return void

Remove() public method

public Remove ( object o ) : void
o object
return void

RemoveAt() public method

public RemoveAt ( int i ) : void
i int
return void

UnmodifiableList() protected method

protected UnmodifiableList ( ) : System
return System

this() public method

public this ( int i ) : object
i int
return object