Click or drag to resize

MultiSourceFrameImageParserBase<TSourceIdentifier, TTypeIdentifier, TOutputType> .Start(IEnumerable<Type> ) Method

Starts the data parser given the specified type implementations.

Namespace: GSF.Parsing
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.245-beta+94213ae9d4d0aa7a2c48e5398b12d267b99f868a
Syntax
public override void Start(
	IEnumerable<Type> implementations
)
View Source

Parameters

implementations  IEnumerable<Type>
Output type implementations to establish for the parser.
See Also