SignalDataCollection Constructor (IEnumerable<Object>) |
Initializes a new instance.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic SignalDataCollection(
IEnumerable<Object> data
)
Public Sub New (
data As IEnumerable(Of Object)
)
public:
SignalDataCollection(
IEnumerable<Object^>^ data
)
new :
data : IEnumerable<Object> -> SignalDataCollection
Parameters
- data
- Type: System.Collections.Generic.IEnumerable<Object>
Objects that will be added to the new signal data collection. If null, will be ignored.
See Also