UnknownFieldMarker Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Marker object used to denote an unknown field and its position into a stream of data.
public sealed class UnknownFieldMarker
type UnknownFieldMarker = class
Public NotInheritable Class UnknownFieldMarker
- Inheritance
-
UnknownFieldMarker
Constructors
UnknownFieldMarker(Field, Int64) |
Initializes a new instance of the UnknownFieldMarker class. |
Properties
Field |
The field header. |
Position |
The position into the stream at which this field occurs. |
Methods
ToString() | Returns a string that represents the current object. |