Megosztás a következőn keresztül:


DefaultMetadataDetails.BoundConstructorInvoker Property

Definition

Gets or sets a delegate used to invoke the bound constructor for record types.

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)

Property Value

Applies to