Class SplitCollectionHelper<T>
Inheritance
System.Object
SplitCollectionHelper<T>
Namespace: Telerik.Windows.Core
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class SplitCollectionHelper<T> : Object, IDisposable
Type Parameters
T
|
Constructors
SplitCollectionHelper(IList<T>, Func<String, Boolean>, Func<T, Boolean>)
Declaration
public SplitCollectionHelper(IList<T> sourceCollection, Func<string, bool> splitDependsOnCondition, Func<T, bool> splitRule)
Parameters
System.Collections.Generic.IList<T>
sourceCollection
|
System.Func<System.String, System.Boolean>
splitDependsOnCondition
|
System.Func<T, System.Boolean>
splitRule
|
Properties
FalseResults
Declaration
public IEnumerable<T> FalseResults { get; }
Property Value
System.Collections.Generic.IEnumerable<T>
|
TrueResults
Declaration
public IEnumerable<T> TrueResults { get; }
Property Value
System.Collections.Generic.IEnumerable<T>
|
Methods
Dispose()
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
System.Boolean
disposing
|