ModelMetadata.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 a delegate that invokes the bound constructor BoundConstructor if non-null
.
public:
virtual property Func<cli::array <System::Object ^> ^, System::Object ^> ^ BoundConstructorInvoker { Func<cli::array <System::Object ^> ^, System::Object ^> ^ get(); };
public virtual Func<object[],object>? BoundConstructorInvoker { get; }
public virtual Func<object?[],object>? BoundConstructorInvoker { get; }
member this.BoundConstructorInvoker : Func<obj[], obj>
Public Overridable ReadOnly Property BoundConstructorInvoker As Func(Of Object(), Object)