Click or drag to resize

IndexerDecl.Parameters Property

A collection of ParameterDecls for the parameters of the indexer.

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

Property Value

Type: ChildList<ParameterDecl>

Implements

IParameters.Parameters
See Also