DefinitionalObjectCollectionTRemoveItem Method |
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxprotected override void RemoveItem(
int index
)
Protected Overrides Sub RemoveItem (
index As Integer
)
protected:
virtual void RemoveItem(
int index
) override
abstract RemoveItem :
index : int -> unit
override RemoveItem :
index : int -> unit Parameters
- index
- Type: SystemInt32
The zero-based index of the element to remove.
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException | Thrown when index is less than
zero, or greater than Count. |
See Also