FieldTypeEncoder Struct  
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 FieldTypeEncoderpublic readonly struct FieldTypeEncodertype FieldTypeEncoder = structPublic Structure FieldTypeEncoder- Inheritance
Constructors
| FieldTypeEncoder(BlobBuilder) | Initializes a new instance of the FieldTypeEncoder struct. | 
Properties
| Builder | Underlying builder where encoded field signature is written to. | 
Methods
| CustomModifiers() | Gets the custom modifiers encoder to the field signature. | 
| Type(Boolean) | Encodes the field type signature. | 
| TypedReference() | Write TypedReference. |