ITestMethod.ParameterTypes Property

Definition

Gets the parameters of test method.

public:
 property cli::array <System::Reflection::ParameterInfo ^> ^ ParameterTypes { cli::array <System::Reflection::ParameterInfo ^> ^ get(); };
public System.Reflection.ParameterInfo[] ParameterTypes { get; }
member this.ParameterTypes : System.Reflection.ParameterInfo[]
Public ReadOnly Property ParameterTypes As ParameterInfo()

Property Value

Applies to