Insert an item into the collection, setting its Parent.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public void Insert(
int index,
T item
)
Parameters
- index
- Type: SystemInt32
- item
- Type: T
See Also