You've already forked linux-packaging-mono
Imported Upstream version 4.3.2.467
Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
This commit is contained in:
@@ -75,6 +75,19 @@ namespace System
|
||||
}
|
||||
}
|
||||
|
||||
// Some high-performance applications use this internal property
|
||||
// to avoid using a slow path to determine if there is more than one handler
|
||||
// This brings an API that we removed in f410e545e2db0e0dc338673a6b10a5cfd2d3340f
|
||||
// which some users depeneded on
|
||||
//
|
||||
// This is an example of code that used this:
|
||||
// https://gist.github.com/migueldeicaza/cd99938c2a4372e7e5d5
|
||||
//
|
||||
// Do not remove this API
|
||||
internal bool HasSingleTarget {
|
||||
get { return delegates == null; }
|
||||
}
|
||||
|
||||
// <remarks>
|
||||
// Equals: two multicast delegates are equal if their base is equal
|
||||
// and their invocations list is equal.
|
||||
|
||||
Reference in New Issue
Block a user