ActiveListExtensions.ValueModifiers.ActiveCount.ActiveCount C# (CSharp) Méthode

ActiveCount() public méthode

public ActiveCount ( IActiveList source, Func predicate, IEnumerable propertiesToWatch ) : ActiveListExtensions.Utilities
source IActiveList
predicate Func
propertiesToWatch IEnumerable
Résultat ActiveListExtensions.Utilities
		public ActiveCount(IActiveList<TSource> source, Func<TSource, bool> predicate, IEnumerable<string> propertiesToWatch)
			: this(source, null, predicate, propertiesToWatch, null)
		{
		}

Same methods

ActiveCount::ActiveCount ( IActiveList source, IActiveValue parameter, Func predicate, IEnumerable sourcePropertiesToWatch, IEnumerable parameterPropertiesToWatch ) : ActiveListExtensions.Utilities