Class SetExtensions
Inherited Members
Namespace: PoeShared.Scaffolding
Assembly: PoeShared.dll
Syntax
public static class SetExtensions
Methods
| Name | Description |
|---|---|
| AddAny<T>(ISet<T>, IEnumerable<T>) | Attempts to add multiple items to the specified set and returns whether any item was successfully added. |