Namespace: CreepyTowers.LevelsAssembly: CreepyTowers (in CreepyTowers.exe) Version: 1.1.1.0 (1.1.1)
public static void SellTower(
this GameLevel level,
Vector2D position
)
public static void SellTower(
this GameLevel level,
Vector2D position
)
<ExtensionAttribute>
Public Shared Sub SellTower (
level As GameLevel,
position As Vector2D
)
<ExtensionAttribute>
Public Shared Sub SellTower (
level As GameLevel,
position As Vector2D
)
public:
[ExtensionAttribute]
static void SellTower(
GameLevel^ level,
Vector2D position
)
public:
[ExtensionAttribute]
static void SellTower(
GameLevel^ level,
Vector2D position
)
static member SellTower :
level : GameLevel *
position : Vector2D -> unit
static member SellTower :
level : GameLevel *
position : Vector2D -> unit
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
GameLevel. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).