バージョン

ListNode コンストラクタ(Object,ListNode,ListHierarchicalEnumerable)

シンタックス
'宣言
 
Public Function New( _
   ByVal item As Object, _
   ByVal parent As ListNode, _
   ByVal owner As ListHierarchicalEnumerable _
)
public ListNode( 
   object item,
   ListNode parent,
   ListHierarchicalEnumerable owner
)

パラメータ

item
parent
owner
参照