コード例 #1
0
 public void Insert(MapEntity entity, int index)
 {
 }
コード例 #2
0
 public MapEntity Remove(MapEntity entity)
 {
     return null;
 }
コード例 #3
0
 public int IndexOf(MapEntity entity)
 {
     return(0);
 }
コード例 #4
0
 public void Insert(MapEntity entity, int index)
 {
 }
コード例 #5
0
 public void Push(MapEntity entity)
 {
 }
コード例 #6
0
 public static bool HasHandler(MapEntity entity, string eventName)
 {
     return(false);
 }
コード例 #7
0
 public int IndexOf(MapEntity entity)
 {
     return 0;
 }
コード例 #8
0
 public void Add(MapEntity entity, int index)
 {
 }
コード例 #9
0
ファイル: MapEvents.cs プロジェクト: jimmygilles/scriptsharp
 public static object AddHandler(MapEntity entity, string eventName, MapEventHandler handler)
 {
     return null;
 }
コード例 #10
0
 public MapEntity Remove(MapEntity entity)
 {
     return(entity);
 }
コード例 #11
0
 public void Add(MapEntity entity)
 {
 }
コード例 #12
0
 public static object AddThrottledHandler(MapEntity entity, string eventName, MapEventHandler handler, int interval)
 {
     return(null);
 }
コード例 #13
0
 public static object AddHandler(MapEntity entity, string eventName, MapEventHandler handler)
 {
     return(null);
 }
コード例 #14
0
 public static void Invoke(MapEntity entity, string eventName, object args)
 {
 }
コード例 #15
0
 public void Push(MapEntity entity)
 {
 }
コード例 #16
0
ファイル: MapEvents.cs プロジェクト: jimmygilles/scriptsharp
 public static object AddThrottledHandler(MapEntity entity, string eventName, MapEventHandler handler, int interval)
 {
     return null;
 }
コード例 #17
0
 public MapEntity Remove(MapEntity entity)
 {
     return(null);
 }
コード例 #18
0
 public static void AddOne(MapEntity entity, string eventName, MapEventHandler handler)
 {
 }