Make property public

This commit is contained in:
de4dot 2012-07-30 10:26:49 +02:00
parent ccb32e1a39
commit 11256d6e76

View File

@ -177,7 +177,7 @@ namespace de4dot.code {
public abstract bool HasHandlers { get; }
protected MethodDefinition Method {
public MethodDefinition Method {
get { return theMethod; }
}