AddTypeParameter(string)
Adds a generic parameter to the type.
Declaration
ITypeParameterBuilder AddTypeParameter(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Name of the generic parameter. |
Returns
Type | Description |
---|---|
ITypeParameterBuilder | An ITypeParameterBuilder that allows you to further build the new parameter. |