Method | Description | |
---|---|---|
DefinePassThroughConstructors ( this @this, MethodAttributes?>.Func |
Creates constructors that relay calls to public and protected constructors in the base class.
|
public static DefinePassThroughConstructors ( this @this, MethodAttributes?>.Func |
||
@this | this | |
baseConstructorfilter | MethodAttributes?>.Func |
/// Optional predicate used to filter constructors that must be implemented and set its |
constructorAttributesFilter | Func |
/// Optional predicate used to filter constructors' attributes. /// When null, all attributes are redefined. /// |
parameterAttributesFilter | Func |
/// Optional predicate used to filter constructors' arguments' attributes. /// When null, all attributes are redefined. /// |
return | void |