Interface IBodyMethod
A method that defines a method body.
Inherited Members
Namespace: Flame.Compiler
Assembly: Flame.Compiler.dll
Syntax
public interface IBodyMethod : IMethod, ITypeMember, IGenericMember, IMember
Properties
| Improve this Doc View SourceBody
Gets the method body for this method.
Declaration
MethodBody Body { get; }
Property Value
| Type | Description |
|---|---|
| MethodBody | A method body. |