public TItemType this[TKeyType value] { get { ModelMemberCollection <TItemType, TKeyType> .Validate(value); return(this.Find(value, true)); } }
public TItemType Find(TKeyType value) { ModelMemberCollection <TItemType, TKeyType> .Validate(value); return(this.Find(value, false)); }