New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Core

Assembly:Telerik.Windows.Scheduling.Core.dll

Type Parameters:

T

Syntax:

C#
public class SplitCollectionHelper<T> : IDisposable

Inheritance: objectSplitCollectionHelper<T>

Implements: IDisposable

Constructors

C#
public SplitCollectionHelper(IList<T> sourceCollection, Func<string, bool> splitDependsOnCondition, Func<T, bool> splitRule)
Parameters:sourceCollectionIList<T>splitDependsOnConditionFunc<string, bool>splitRuleFunc<T, bool>

Properties

C#
public IEnumerable<T> FalseResults { get; }
C#
public IEnumerable<T> TrueResults { get; }

Methods

C#
public void Dispose()

Implements: IDisposable.Dispose()

C#
protected virtual void Dispose(bool disposing)
Parameters:disposingbool