IParameters Interface |
Namespace: Nova.CodeDOM
public interface IParameters
The IParameters type exposes the following members.
Name | Description | |
---|---|---|
![]() | HasParameters |
True if the there are any parameters.
|
![]() | ParameterCount |
The number of parameters.
|
![]() | Parameters |
A collection of ParameterDecls.
|