CodeMemberMethod::Parameters Property
.NET Framework (current version)
Gets the parameter declarations for the method.
Assembly: System (in System.dll)
public: property CodeParameterDeclarationExpressionCollection^ Parameters { CodeParameterDeclarationExpressionCollection^ get(); }
Property Value
Type: System.CodeDom::CodeParameterDeclarationExpressionCollection^A CodeParameterDeclarationExpressionCollection that indicates the method parameters.
.NET Framework
Available since 1.1
Available since 1.1
Show: