ModelMetadata.BoundConstructorParameters Property

Definition

Gets the collection of ModelMetadata instances for parameters on a BoundConstructor. This is only available when MetadataKind is Constructor.

public:
 virtual property System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::ModelBinding::ModelMetadata ^> ^ BoundConstructorParameters { System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::ModelBinding::ModelMetadata ^> ^ get(); };
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata>? BoundConstructorParameters { get; }
member this.BoundConstructorParameters : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata>
Public Overridable ReadOnly Property BoundConstructorParameters As IReadOnlyList(Of ModelMetadata)

Property Value

Applies to