Table of Contents

Class UnmodifiableListProxy

Namespace
Enterprises.Org.BouncyCastle.Utilities.Collections
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class UnmodifiableListProxy : UnmodifiableList, IList, ICollection, IEnumerable
Inheritance
UnmodifiableListProxy
Implements
Inherited Members

Constructors

UnmodifiableListProxy(IList)

public UnmodifiableListProxy(IList l)

Parameters

l IList

Properties

Count

public override int Count { get; }

Property Value

int

IsFixedSize

public override bool IsFixedSize { get; }

Property Value

bool

IsSynchronized

public override bool IsSynchronized { get; }

Property Value

bool

SyncRoot

public override object SyncRoot { get; }

Property Value

object

Methods

Contains(object)

public override bool Contains(object o)

Parameters

o object

Returns

bool

CopyTo(Array, int)

public override void CopyTo(Array array, int index)

Parameters

array Array
index int

GetEnumerator()

public override IEnumerator GetEnumerator()

Returns

IEnumerator

GetValue(int)

protected override object GetValue(int i)

Parameters

i int

Returns

object

IndexOf(object)

public override int IndexOf(object o)

Parameters

o object

Returns

int