FieldTypeEncoder.Type(Boolean) 方法

定义

对字段类型签名进行编码。

public System.Reflection.Metadata.Ecma335.SignatureTypeEncoder Type (bool isByRef = false);
member this.Type : bool -> System.Reflection.Metadata.Ecma335.SignatureTypeEncoder
Public Function Type (Optional isByRef As Boolean = false) As SignatureTypeEncoder

参数

isByRef
Boolean

确定字段是否为 ByRef

返回

字段类型的编码器。

适用于