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