Interface <11d4c772-3579-4f93-ac46-b452e4461737>ISet
Assembly: IronPdf.dll
Syntax
public interface <11d4c772-3579-4f93-ac46-b452e4461737>ISet : ICollection, IEnumerable
Properties
IsEmpty
Declaration
Property Value
| Type |
Description |
| System.Boolean |
|
IsFixedSize
Declaration
bool IsFixedSize { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsReadOnly
Declaration
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
Add(Object)
Declaration
Parameters
| Type |
Name |
Description |
| System.Object |
o |
|
AddAll(IEnumerable)
Declaration
void AddAll(IEnumerable e)
Parameters
| Type |
Name |
Description |
| System.Collections.IEnumerable |
e |
|
Clear()
Declaration
Contains(Object)
Declaration
Parameters
| Type |
Name |
Description |
| System.Object |
o |
|
Returns
| Type |
Description |
| System.Boolean |
|
Remove(Object)
Declaration
Parameters
| Type |
Name |
Description |
| System.Object |
o |
|
RemoveAll(IEnumerable)
Declaration
void RemoveAll(IEnumerable e)
Parameters
| Type |
Name |
Description |
| System.Collections.IEnumerable |
e |
|