Documentation for this section has not yet been entered.
A method is generic if it has type parameters. You can make a method generic by calling the MethodBuilder.DefineGenericParameters(String[]) method to add type parameters. This change cannot be reversed.