Writer<TBufferWriter>.WriteStartObject(UInt32, Type, Type) Method
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.
Writes the start object tag.
public void WriteStartObject (uint fieldId, Type expectedType, Type actualType);
member this.WriteStartObject : uint32 * Type * Type -> unit
Public Sub WriteStartObject (fieldId As UInteger, expectedType As Type, actualType As Type)
Parameters
- fieldId
- UInt32
The field identifier.
- expectedType
- Type
The expected type.
- actualType
- Type
The actual type.