Click or drag to resize

SignalDataCollectionContainsByType Method

Determines whether or not this collection contains data of the specified type.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool ContainsByType(
	Type type
)

Parameters

type
Type: SystemType
The type of data to check for.

Return Value

Type: Boolean
if this collection contains data of the specified type; otherwise .
See Also