You've already forked linux-packaging-mono
Imported Upstream version 3.10.0
Former-commit-id: 172c8e3c300b39d5785c7a3e8dfb08ebdbc1a99b
This commit is contained in:
@ -100,18 +100,11 @@ namespace System.ComponentModel {
|
||||
Dispose (false);
|
||||
}
|
||||
|
||||
#if TARGET_JVM
|
||||
public virtual void Dispose ()
|
||||
{
|
||||
Dispose (true);
|
||||
}
|
||||
#else
|
||||
public void Dispose ()
|
||||
{
|
||||
Dispose (true);
|
||||
GC.SuppressFinalize (this);
|
||||
}
|
||||
#endif
|
||||
|
||||
// <summary>
|
||||
// Controls disposal of resources used by this.
|
||||
|
Reference in New Issue
Block a user