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