'宣言 Public Sub Insert( _ ByVal index As System.Integer, _ ByVal item As GroupNode _ )
'使用法 Dim instance As GroupNodeList Dim index As System.Integer Dim item As GroupNode instance.Insert(index, item)
public void Insert( System.int index, GroupNode item )
GroupNodeList クラス GroupNodeList メンバ