internal CollectionUpdateDepthEntry(IReflectClassPredicate predicate, int depth) { _predicate = predicate; _depth = depth; }
/// <summary>Register a predicate as a collection</summary> /// <param name="predicate">predicate to be registered</param> public virtual void RegisterCollection(IReflectClassPredicate predicate) { _collectionPredicates.Add(predicate); }