PGMEBackend.Entities.Warp.Delete C# (CSharp) Method

Delete() public static method

public static Delete ( ) : bool
return bool
        public static bool Delete()
        {
            return Delete(currentWarp);
        }

Same methods

Warp::Delete ( Warp warp ) : bool
Warp::Delete ( int num ) : bool