public void RemoveBehavior(IBehavior aBehavior) { CheckArg.Behavior(aBehavior); aBehavior.LinkBehaviors(null); fList.Remove(aBehavior); }