次の方法で共有


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 かどうかを判断します

戻り値

フィールド型のエンコーダー。

適用対象