Namespace: SnakeAssembly: Snake (in Snake.exe) Version: 1.1.1.0 (1.1.1)
public event Action SnakeCollidesWithBorderOrItself
public event Action SnakeCollidesWithBorderOrItself
Public Event SnakeCollidesWithBorderOrItself As Action
Public Event SnakeCollidesWithBorderOrItself As Action
public:
event Action^ SnakeCollidesWithBorderOrItself {
void add (Action^ value);
void remove (Action^ value);
}
public:
event Action^ SnakeCollidesWithBorderOrItself {
void add (Action^ value);
void remove (Action^ value);
}
member SnakeCollidesWithBorderOrItself : IEvent<Action,
EventArgs>
member SnakeCollidesWithBorderOrItself : IEvent<Action,
EventArgs>
Value
Type:
System Action