FieldTypeEncoder Struct
In this article
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.
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
Constructors
Field |
Initializes a new instance of the FieldTypeEncoder struct. |
Properties
Builder |
Underlying builder where encoded field signature is written to. |
Methods
Custom |
Gets the custom modifiers encoder to the field signature. |
Type(Boolean) |
Encodes the field type signature. |
Typed |
Write TypedReference. |
Applies to
Product | Versions |
---|---|
.NET | 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10 |
.NET Standard | 2.0 (package-provided) |