IHashSetDynamicAdvice<T> Methods |
The IHashSetDynamicAdvice<T> generic type exposes the following members.
Name | Description | |
---|---|---|
AddItem |
Adds an item to the hash set.
| |
ChangeMany |
Adds and/or removes several items to or from the hash set.
| |
ClearItems |
Removes all items from the hash set.
| |
Dispose |
Disposes the current advice. // We don't use IDisposable so that advises are not be cast to IDisposable by default.
(Inherited from IDynamicAdvice.) | |
Initialize |
Initializes the current advice.
(Inherited from IDynamicAdvice.) | |
IsReadOnly |
Determines whether the advised collection is read-only.
(Inherited from ICollectionDynamicAdviceBase.) | |
IsSynchronized |
Determines whether the advised collection is synchronized (i.e. thread-safe).
(Inherited from ICollectionDynamicAdviceBase.) | |
QueryInterface<T> |
Gets the implementation of an interface.
(Inherited from IDynamicAdvice.) | |
RemoveItem |
Removes an item from the hash set.
| |
ToArray |
Copies the hash set to an array.
|