UnknownFieldMarker(Field, Int64) Constructor
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.
Initializes a new instance of the UnknownFieldMarker class.
public UnknownFieldMarker (Orleans.Serialization.WireProtocol.Field field, long position);
new Orleans.Serialization.Codecs.UnknownFieldMarker : Orleans.Serialization.WireProtocol.Field * int64 -> Orleans.Serialization.Codecs.UnknownFieldMarker
Public Sub New (field As Field, position As Long)
Parameters
- field
- Field
The field.
- position
- Int64
The position.