Udostępnij za pośrednictwem


PropertyBuilder.SetSetMethodCore(MethodBuilder) Metoda

Definicja

Po zastąpieniu w klasie pochodnej ustawia metodę, która ustawia wartość właściwości.

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

Parametry

mdBuilder
MethodBuilder

MethodBuilder Obiekt reprezentujący metodę, która ustawia wartość właściwości.

Dotyczy