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

Delete() public static method

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

Same methods

Sign::Delete ( Sign sign ) : bool
Sign::Delete ( int num ) : bool