HistogramAdd 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 Add(
	long count
)

Parameters

count
Type: SystemInt64
Ignored.

Implements

ICollectionTAdd(T)
Exceptions

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

Reference