ResolverGetParameterType Method |
Get the parameter at the specified index without evaluating any type parameters.
Namespace:
Nova.Resolving
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax protected static bool GetParameterType(
ICollection parameters,
int index,
ref TypeRefBase parameterTypeRef,
TypeRefBase argumentTypeRef
)
Parameters
- parameters
- Type: System.CollectionsICollection
- index
- Type: SystemInt32
- parameterTypeRef
- Type: Nova.CodeDOMTypeRefBase
- argumentTypeRef
- Type: Nova.CodeDOMTypeRefBase
Return Value
Type:
BooleanSee Also