Click or drag to resize

CompoundValue<T> (Int32) Constructor

Creates a new CompoundValue<T> specifing the total number of composite values to track.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.239-beta+5928cebde0dd955df84e791f5ea67acbd192773e
Syntax
public CompoundValue(
	int count
)
View Source

Parameters

count  Int32
Total number of composite values to track.
Remarks
The specified count of items are added to the CompoundValue<T>, each item will be marked as unassigned (i.e., null).
See Also