IParameterDefinition Interface
Provides the base requirements of a parameter definition.
public interface IParameterDefinition : IReflectionDefinition
Properties
IsDictionary
Indicates whether this is a dictionary parameter.
IsOptional
Indicates whether this is an optional parameter.
IsTuple
Indicates whether this is a tuple parameter.
Type
An ITypeDefinition indicating the parameter type, if known.
TypeExpressionTextRange
The parameter type expression TextRange.