MessageHandlerCollectionSetItem Method
Replaces the element at the specified index.

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

Parameters

index
Type: SystemInt32
The zero-based index of the element to replace.
item
Type: Aspose.Html.NetMessageHandler
The new value for the element at the specified index. The value can be null for reference types.
See Also