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