Cucumber.SimpleDb.Session.SessionSimpleDbItem.Delete C# (CSharp) Method

Delete() public method

public Delete ( ) : void
return void
        public void Delete()
        {
            _deleted = true;
        }