ValidatableParameterInfo(Type, String, String) Constructor
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.
Creates a new instance of ValidatableParameterInfo.
protected:
ValidatableParameterInfo(Type ^ parameterType, System::String ^ name, System::String ^ displayName);
protected ValidatableParameterInfo(Type parameterType, string name, string displayName);
new Microsoft.Extensions.Validation.ValidatableParameterInfo : Type * string * string -> Microsoft.Extensions.Validation.ValidatableParameterInfo
Protected Sub New (parameterType As Type, name As String, displayName As String)
Parameters
- name
- String
The parameter name.
- displayName
- String
The display name for the parameter.