Removes the resource at the specified index of the collection and sets it as not owned by this ResourceCollection.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
protected override void RemoveItem( int index ) |
| Visual Basic (Declaration) |
|---|
Protected Overrides Sub RemoveItem ( _ index As Integer _ ) |
Parameters
- index
- Type: System..::.Int32
The zero-based index of the resource to remove.