DefaultMetadataDetails.BoundConstructorInvoker Właściwość

Definicja

Pobiera lub ustawia delegata używanego do wywoływania powiązanego konstruktora dla typów rekordów.

public:
 property Func<cli::array <System::Object ^> ^, System::Object ^> ^ BoundConstructorInvoker { Func<cli::array <System::Object ^> ^, System::Object ^> ^ get(); void set(Func<cli::array <System::Object ^> ^, System::Object ^> ^ value); };
public Func<object[],object> BoundConstructorInvoker { get; set; }
public Func<object?[],object>? BoundConstructorInvoker { get; set; }
member this.BoundConstructorInvoker : Func<obj[], obj> with get, set
Public Property BoundConstructorInvoker As Func(Of Object(), Object)

Wartość właściwości

Dotyczy