Class UnmodifiableSetProxy
- Namespace
- Enterprises.Org.BouncyCastle.Utilities.Collections
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class UnmodifiableSetProxy : UnmodifiableSet, ISet, ICollection, IEnumerable
- Inheritance
-
UnmodifiableSetProxy
- Implements
-
- Inherited Members
-
Constructors
UnmodifiableSetProxy(ISet)
public UnmodifiableSetProxy(ISet s)
Parameters
s
ISet
Properties
Count
public override int Count { get; }
Property Value
- int
IsEmpty
public override bool IsEmpty { get; }
Property Value
- bool
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