Inserts a resource into the managed collection.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
public Resource Insert( int index, SimpleResourceItem simpleResourceItem ) |
| Visual Basic (Declaration) |
|---|
Public Function Insert ( _ index As Integer, _ simpleResourceItem As SimpleResourceItem _ ) As Resource |
Parameters
- index
- Type: System..::.Int32
The zero-based index at which the resource should be inserted.
- simpleResourceItem
- Type: DlhSoft.Windows.Data..::.SimpleResourceItem
Item definition representing the resource to insert.