RegisterTypeExtension(Type, T)
Declaration
public void RegisterTypeExtension(Type targetType, T typeExtension)
Parameters
Type | Name | Description |
---|---|---|
Type | targetType | |
T | typeExtension |
RegisterTypeExtension(Type, Type, object?[]?)
Declaration
protected void RegisterTypeExtension(Type targetType, Type typeExtensionType, object?[]? constructorArgs)
Parameters
Type | Name | Description |
---|---|---|
Type | targetType | |
Type | typeExtensionType | |
object[] | constructorArgs |