MatchCandidateGetParameterTypes Method |
Get the types of the specified collection of parameters, and also the ref/out and params status of each.
Namespace:
Nova.Resolving
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax protected void GetParameterTypes(
ICollection parameters,
int parameterCount,
bool isExtensionMethod,
UnresolvedRef unresolvedRef,
TypeRefBase[] T,
bool[] TisRefOrOut,
bool[] TisParams
)
Parameters
- parameters
- Type: System.CollectionsICollection
- parameterCount
- Type: SystemInt32
- isExtensionMethod
- Type: SystemBoolean
- unresolvedRef
- Type: Nova.CodeDOMUnresolvedRef
- T
- Type: Nova.CodeDOMTypeRefBase
- TisRefOrOut
- Type: SystemBoolean
- TisParams
- Type: SystemBoolean
See Also