CardSectionTreeNodeBase - конструктор
Пространство имён: Tessa.Cards.SmartMerge.NodesСборка: Tessa (в Tessa.dll) Версия: 4.0.4
protected CardSectionTreeNodeBase(
ITreeNode<Card>? parent,
Card card,
CardSection section,
CardRow? row
)
Protected Sub New (
parent As ITreeNode(Of Card),
card As Card,
section As CardSection,
row As CardRow
)
protected:
CardSectionTreeNodeBase(
ITreeNode<Card^>^ parent,
Card^ card,
CardSection^ section,
CardRow^ row
)
new :
parent : ITreeNode<Card> *
card : Card *
section : CardSection *
row : CardRow -> CardSectionTreeNodeBase
Параметры
- parent ITreeNodeCard
-
- card Card
-
- section CardSection
-
- row CardRow
-