Click or drag to resize

IParameters Interface

This interface is implemented by all code objects that have parameters (MethodDeclBase [MethodDecl, GenericMethodDecl, ConstructorDecl, DestructorDecl], IndexerDecl, DelegateDecl, AnonymousMethodBase [AnonymousMethod, LambdaExpression]).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public interface IParameters

The IParameters type exposes the following members.

Properties
  NameDescription
Public propertyHasParameters
True if the there are any parameters.
Public propertyParameterCount
The number of parameters.
Public propertyParameters
A collection of ParameterDecls.
Top
See Also