ModelMetadata.BoundConstructorInvoker 属性

定义

获取一个委托,该委托调用绑定构造函数 BoundConstructor (如果不是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)

属性值

适用于