Edit

Share via


FieldTypeEncoder Struct

Definition

Provides encoder for field signature blob, with additional support for encoding ref fields, custom modifiers and typed references.

public value class FieldTypeEncoder
public readonly struct FieldTypeEncoder
type FieldTypeEncoder = struct
Public Structure FieldTypeEncoder
Inheritance
FieldTypeEncoder

Constructors

Name Description
FieldTypeEncoder(BlobBuilder)

Initializes a new instance of the FieldTypeEncoder struct.

Properties

Name Description
Builder

Underlying builder where encoded field signature is written to.

Methods

Name Description
CustomModifiers()

Gets the custom modifiers encoder to the field signature.

Type(Boolean)

Encodes the field type signature.

TypedReference()

Write TypedReference.

Applies to