ModelMetadataIdentity.ParameterInfo Property
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.
Gets a descriptor for the parameter, or null
if this instance
does not represent a parameter.
public:
property System::Reflection::ParameterInfo ^ ParameterInfo { System::Reflection::ParameterInfo ^ get(); };
public System.Reflection.ParameterInfo ParameterInfo { get; }
public System.Reflection.ParameterInfo? ParameterInfo { get; }
member this.ParameterInfo : System.Reflection.ParameterInfo
Public ReadOnly Property ParameterInfo As ParameterInfo