Class Slice<T>
Inheritance
System.Object
Slice<T>
Assembly: EPiServer.LinkAnalyzer.dll
Version: 12.0.3
Syntax
public class Slice<T> : Object
Type Parameters
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