public void Remove(PathRuleBase value) { base.List.Remove(value); }
public int Add(PathRuleBase value) { return(base.List.Add(value)); }