Example #1
0
 public void Insert(MapEntity entity, int index)
 {
 }
 public MapEntity Remove(MapEntity entity)
 {
     return null;
 }
Example #3
0
 public int IndexOf(MapEntity entity)
 {
     return(0);
 }
 public void Insert(MapEntity entity, int index)
 {
 }
 public void Push(MapEntity entity)
 {
 }
 public static bool HasHandler(MapEntity entity, string eventName)
 {
     return(false);
 }
 public int IndexOf(MapEntity entity)
 {
     return 0;
 }
Example #8
0
 public void Add(MapEntity entity, int index)
 {
 }
Example #9
0
 public static object AddHandler(MapEntity entity, string eventName, MapEventHandler handler)
 {
     return null;
 }
Example #10
0
 public MapEntity Remove(MapEntity entity)
 {
     return(entity);
 }
Example #11
0
 public void Add(MapEntity entity)
 {
 }
Example #12
0
 public static object AddThrottledHandler(MapEntity entity, string eventName, MapEventHandler handler, int interval)
 {
     return(null);
 }
Example #13
0
 public static object AddHandler(MapEntity entity, string eventName, MapEventHandler handler)
 {
     return(null);
 }
 public static void Invoke(MapEntity entity, string eventName, object args)
 {
 }
Example #15
0
 public void Push(MapEntity entity)
 {
 }
Example #16
0
 public static object AddThrottledHandler(MapEntity entity, string eventName, MapEventHandler handler, int interval)
 {
     return null;
 }
Example #17
0
 public MapEntity Remove(MapEntity entity)
 {
     return(null);
 }
 public static void AddOne(MapEntity entity, string eventName, MapEventHandler handler)
 {
 }