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 对象,表示获取属性值的方法。

适用于