Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 426 Bytes

ii.15.1.2-method-definitions.md

File metadata and controls

3 lines (2 loc) · 426 Bytes

II.15.1.2 Method definitions

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.