Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class Slice<T>

Inheritance
System.Object
Slice<T>
Namespace: EPiServer.LinkAnalyzer.Providers.Internal
Assembly: EPiServer.LinkAnalyzer.dll
Version: 12.0.3
Syntax
public class Slice<T> : Object
Type Parameters
Name Description
T

Constructors

Slice(Int32, IEnumerable<T>)

Declaration
public Slice(int totalCount, IEnumerable<T> items)
Parameters
Type Name Description
System.Int32 totalCount
System.Collections.Generic.IEnumerable<T> items

Properties

Items

Declaration
public IEnumerable<T> Items { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<T>

TotalCount

Declaration
public int TotalCount { get; }
Property Value
Type Description
System.Int32

Extension Methods