You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.273
Former-commit-id: 9f1a238d9eaeb39fc1234b8e83567c1d4e99faf3
This commit is contained in:
parent
2ba231cd0c
commit
fbb58b904f
@ -48,18 +48,6 @@ namespace System.Reflection.Emit
|
||||
}
|
||||
}
|
||||
|
||||
public override string EscapedCodeBase {
|
||||
get {
|
||||
throw new PlatformNotSupportedException ();
|
||||
}
|
||||
}
|
||||
|
||||
public override System.Security.Policy.Evidence Evidence {
|
||||
get {
|
||||
throw new PlatformNotSupportedException ();
|
||||
}
|
||||
}
|
||||
|
||||
public override string FullName {
|
||||
get {
|
||||
throw new PlatformNotSupportedException ();
|
||||
@ -202,8 +190,6 @@ namespace System.Reflection.Emit
|
||||
public void SetEntryPoint (MethodInfo entryMethod) => throw new PlatformNotSupportedException ();
|
||||
|
||||
public void SetEntryPoint (MethodInfo entryMethod, PEFileKinds fileKind) => throw new PlatformNotSupportedException ();
|
||||
|
||||
public override string ToString () => throw new PlatformNotSupportedException ();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user