HistogramRemove 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 bool Remove(
	long count
)

Parameters

count
Type: SystemInt64
Ignored.

Return Value

Type: Boolean
Nothing.

Implements

ICollectionTRemove(T)
Exceptions

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

Reference