Beispiel #1
0
 public void ForEach(ArrayCallback callback)
 {
 }
Beispiel #2
0
 bool Equals(ArrayCallback other) => other != null && other._item1 == _item1 && other._item2 == _item2;
Beispiel #3
0
 bool Equals(ArrayCallback other) => other != null && EqualsObj(other._item1, _item1) && other._item2 == _item2;
Beispiel #4
0
 public void ForEach(ArrayCallback callback)
 {
 }
Beispiel #5
0
 bool Equals(ArrayCallback other) => other != null && EqualsObj(other._obj, _obj) && other._method == _method;
Beispiel #6
0
 public extern void ForEach(ArrayCallback callback);