DefaultMetadataDetails.BoundConstructorInvoker Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)