ICommonHeaderTTypeIdentifier Interface
Defines the common header of a frame image for a set of parsed types, consisting at least of a type ID.
Namespace: Gemstone.IO.ParsingAssembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.128 -- Release Build+2960d3f3619fdc53cad514a51817286dcfb19027
public interface ICommonHeader<out TTypeIdentifier>
Public Interface ICommonHeader(Of Out TTypeIdentifier)
generic<typename TTypeIdentifier>
public interface class ICommonHeader
JavaScript does not support generic types or methods.
Type Parameters
- TTypeIdentifier
- Type of identifier used to distinguish output types.
Header implementations can extend this interface as necessary to accommodate protocol specific header images.
State |
Gets or sets any additional state information that might be needed for parsing.
|
TypeID |
Gets or sets the identifier used for identifying the Type to be parsed.
|