DefaultMetadataDetails.BoundConstructorInvoker Proprietà

Definizione

Ottiene o imposta un delegato utilizzato per richiamare il costruttore associato per i tipi di record.

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)

Valore della proprietà

Si applica a