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

傳回

欄位類型的編碼器。

適用於