ModelMetadata.BoundConstructorInvoker プロパティ

定義

以外nullの場合にバインドされたコンストラクターを呼び出すデリゲートを取得しますBoundConstructor

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)

プロパティ値

適用対象