Table of Contents

Interface ISet

Namespace
Enterprises.Org.BouncyCastle.Utilities.Collections
Assembly
Enterprises.BouncyCastle.Crypto.dll
public interface ISet : ICollection, IEnumerable
Inherited Members

Properties

IsEmpty

bool IsEmpty { get; }

Property Value

bool

IsFixedSize

bool IsFixedSize { get; }

Property Value

bool

IsReadOnly

bool IsReadOnly { get; }

Property Value

bool

Methods

Add(object)

void Add(object o)

Parameters

o object

AddAll(IEnumerable)

void AddAll(IEnumerable e)

Parameters

e IEnumerable

Clear()

void Clear()

Contains(object)

bool Contains(object o)

Parameters

o object

Returns

bool

Remove(object)

void Remove(object o)

Parameters

o object

RemoveAll(IEnumerable)

void RemoveAll(IEnumerable e)

Parameters

e IEnumerable