public bool Expand(string Unit) { return(tr.Expand(Unit)); }
/// <summary> /// Expand the current range to that partial units are completely contained. /// </summary> /// <param name="ExpandTo"></param> /// <returns></returns> public bool ExpandRange(MoveUnit ExpandTo) { return(range.Expand(Enum.GetName(typeof(MoveUnit), ExpandTo).ToLower())); }