A Method, or method definition, supplies the method name, attributes, signature, and body. That is, a method definition provides a MethodHeader as well as one or more MethodBodyItems. The body includes the method's CIL instructions, exception handlers, local variable information, and additional runtime or custom metadata about the method. See §II.22.26.