Click or drag to resize

SignalDataCollection Constructor (IEnumerableObject)

Initializes a new instance.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SignalDataCollection(
	IEnumerable<Object> data
)

Parameters

data
Type: System.Collections.GenericIEnumerableObject
Objects that will be added to the new signal data collection. If , will be ignored.
See Also