Gets a value indicating whether the current System.Reflection.Emit.MethodBuilder object represents the definition of a generic method.
Documentation for this section has not yet been entered.
A System.Reflection.Emit.MethodBuilder can only be used to create generic method definitions; it cannot be used to create a constructed generic method directly. However, a subclass of System.Reflection.Emit.MethodBuilder might represent a constructed generic method.