ConstructorRefFind Method (Type, Boolean, Type) |
Find the constructor of the specified Type with the specified signature.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static TypeRefBase Find(
Type type,
bool isFirstOnLine,
params Type[] parameterTypes
)
Parameters
- type
- Type: SystemType
- isFirstOnLine
- Type: SystemBoolean
- parameterTypes
- Type: SystemType
Return Value
Type:
TypeRefBaseA
ConstructorRef to the constructor, or an
UnresolvedRef if no match was found.
See Also