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)

속성 값

적용 대상