FrameImageParserBaseTTypeIdentifier, TOutputTypeOnDuplicateTypeHandlerEncountered Method
Namespace: Gemstone.IO.ParsingAssembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.181 -- Release Build+7317a5cd12f716e0465cf119c4e73c39bdac8eeb
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.