Summary
Returns a constructor of the specified `type` which takes a single `parameterType` parameter (or null).
- Assembly
- Weaver
.dll - Namespace
- Weaver
.Editor - Containing Type
- MetaDataUtils
Syntax
public static ConstructorInfo GetSingleParameterConstructor(Type type, Type parameterType)
Parameters
Name | Type | Description |
---|---|---|
type | Type | |
parameterType | Type |
Return Value
Type | Description |
---|---|
ConstructorInfo |