Method | Description | |
---|---|---|
TemplateUserTypeFactory ( |
Initializes a new instance of the TemplateUserTypeFactory class.
|
Method | Description | |
---|---|---|
GetUserType ( Module module, string typeString, |
Look up for user type based on the specified module and type string.
|
|
GetUserType ( Symbol type, |
Look up for user type based on the specified symbol.
|
|
TryGetTemplateArgument ( string typeName, string &argumentName ) : bool |
Tries to match the specified type name against template arguments.
|
public TemplateUserTypeFactory ( |
||
originalFactory | The original user type factory. | |
templateType | The template user type. |