MessageHandlerCollectionInsertItem Method

Namespace: Aspose.Html.Net
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
protected override void InsertItem(
	int index,
	MessageHandler item
)

Parameters

index
Type: SystemInt32
The zero-based index at which item should be inserted.
item
Type: Aspose.Html.NetMessageHandler
The object to insert. The value can be null for reference types.
See Also