Exemplo n.º 1
0
 public MethodBody(System.Reflection.MethodBody body, bool loadDebugInfo)
     : this(body.AssertNotNull().Get("m_methodBase").AssertCast <MethodBase>(), loadDebugInfo)
 {
 }