GetMethodBody() public method

public GetMethodBody ( ) : MethodBody
return MethodBody
Esempio n. 1
0
 public override MethodBody GetMethodBody()
 {
     return(methodBuilder.GetMethodBody());
 }