PropertyBuilder.SetGetMethodCore(MethodBuilder) 方法

定義

在衍生類別中覆寫時,設定取得屬性值的方法。

protected:
 abstract void SetGetMethodCore(System::Reflection::Emit::MethodBuilder ^ mdBuilder);
protected abstract void SetGetMethodCore (System.Reflection.Emit.MethodBuilder mdBuilder);
abstract member SetGetMethodCore : System.Reflection.Emit.MethodBuilder -> unit
Protected MustOverride Sub SetGetMethodCore (mdBuilder As MethodBuilder)

參數

mdBuilder
MethodBuilder

MethodBuilder 物件,表示取得屬性值的方法。

適用於