[To be supplied.]
[Visual Basic] Overloads Public Sub New( _ ByVal cls As Type, _ ByVal name As String, _ ByVal pos As Integer, _ ByVal attrs As ParameterAttributes _ ) [C#] public ParameterInfo( Type cls, string name, int pos, ParameterAttributes attrs ); [C++] public: ParameterInfo( Type* cls, String* name, int pos, ParameterAttributes attrs ); [JScript] public function ParameterInfo( cls : Type, name : String, pos : int, attrs : ParameterAttributes );
ParameterInfo Class | ParameterInfo Members | System.Reflection Namespace | ParameterInfo Constructor Overload List