ConstructorDeclarationSyntax.AddParameterListParameters Method
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.
public:
Microsoft::CodeAnalysis::CSharp::Syntax::ConstructorDeclarationSyntax ^ AddParameterListParameters(... cli::array <Microsoft::CodeAnalysis::CSharp::Syntax::ParameterSyntax ^> ^ items);
public Microsoft.CodeAnalysis.CSharp.Syntax.ConstructorDeclarationSyntax AddParameterListParameters (params Microsoft.CodeAnalysis.CSharp.Syntax.ParameterSyntax[] items);
override this.AddParameterListParameters : Microsoft.CodeAnalysis.CSharp.Syntax.ParameterSyntax[] -> Microsoft.CodeAnalysis.CSharp.Syntax.ConstructorDeclarationSyntax
Public Function AddParameterListParameters (ParamArray items As ParameterSyntax()) As ConstructorDeclarationSyntax
Parameters
- items
- ParameterSyntax[]