Class Slice<T>

Inheritance
System.Object
Slice<T>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.LinkAnalyzer.Providers.Internal
Assembly: EPiServer.LinkAnalyzer.dll
Version: 11.20.7
Syntax
public class Slice<T>
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