TreeTierTLookupsByLevel - свойство
Пространство имён: Tessa.SmartMergeСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public IReadOnlyList<ILookup<int?, ITreeNode<T>>> LookupsByLevel { get; set; }
Public Property LookupsByLevel As IReadOnlyList(Of ILookup(Of Integer?, ITreeNode(Of T)))
Get
Set
public:
virtual property IReadOnlyList<ILookup<Nullable<int>, ITreeNode<T>^>^>^ LookupsByLevel {
IReadOnlyList<ILookup<Nullable<int>, ITreeNode<T>^>^>^ get () sealed;
void set (IReadOnlyList<ILookup<Nullable<int>, ITreeNode<T>^>^>^ value) sealed;
}
abstract LookupsByLevel : IReadOnlyList<ILookup<Nullable<int>, ITreeNode<'T>>> with get, set
override LookupsByLevel : IReadOnlyList<ILookup<Nullable<int>, ITreeNode<'T>>> with get, set
IReadOnlyListILookupNullableInt32,
ITreeNodeTITreeTierTMergeObjectLookupsByLevel