HistogramInsert Method

CVB.Net Documentation
Not supported as the histogram is read-only.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public void Insert(
	int index,
	long count
)

Parameters

index
Type: SystemInt32
Ignored.
count
Type: SystemInt64
Ignored.

Implements

IListTInsert(Int32, T)
Exceptions

ExceptionCondition
InvalidOperationExceptionAlways thrown as this is a read-only collection.
See Also

Reference