[This is preliminary documentation and is subject to change.]
Removes a T resource from a particular slot in the set.
| C# |
public void Remove( int slot )
- slot (Int32)
- The slot from which to remove the resource.
If the given slot does not contain a resource, an exception is
thrown. This is a fast operation taking constant time.
| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown if there was no resource
in the given slot. |