Click or drag to resize

FrameImageParserBaseTTypeIdentifier, TOutputTypeDuplicateTypeHandlerEncountered Event

Occurs when more than one type has been defined that can deserialize the specified output type.

Namespace: GSF.Parsing
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public event EventHandler<EventArgs<Type, TTypeIdentifier>> DuplicateTypeHandlerEncountered
View Source

Value

EventHandlerEventArgsType, TTypeIdentifier
Remarks
Argument1 is the Type that defines a type ID that has already been defined.
Argument2 is the ID of the output type that was defined more than once.
See Also