Click or drag to resize

MethodDeclBaseParameters Property

A collection of ParameterDecls for the parameters of the method.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public ChildList<ParameterDecl> Parameters { get; set; }

Property Value

Type: ChildListParameterDecl

Implements

IParametersParameters
See Also