Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public interface IPagedEntityChildrenList<out T, in TKey> : IPaginatedList<T, TKey>
Visual Basic
Public Interface IPagedEntityChildrenList(Of Out T, In TKey) _
	Inherits IPaginatedList(Of T, TKey)
Visual C++
generic<typename T, typename TKey>
public interface class IPagedEntityChildrenList : IPaginatedList<T, TKey>

Type Parameters

T
TKey

See Also