FrameImageParserBaseTTypeIdentifier, TOutputTypeOnDuplicateTypeHandlerEncountered Method
Namespace: Gemstone.IO.ParsingAssembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.172 -- Release Build+5cb1550cdf6df80778649a68ce11458d3fff55e0
protected virtual void OnDuplicateTypeHandlerEncountered(
Type duplicateType,
TTypeIdentifier id
)
Protected Overridable Sub OnDuplicateTypeHandlerEncountered (
duplicateType As Type,
id As TTypeIdentifier
)
protected:
virtual void OnDuplicateTypeHandlerEncountered(
Type^ duplicateType,
TTypeIdentifier id
)
function OnDuplicateTypeHandlerEncountered(duplicateType, id);
Parameters
- duplicateType Type
- The Type that defines a type ID that has already been defined.
- id TTypeIdentifier
- The ID of the output type that was defined more than once.