Bonjour,
Comment est-ce que je peux savoir dans une LinkedList si un noeud existe (ici dans mon if)
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10 Dim Tables As List(Of String) Dim Relations As List(Of String) Dim i As Integer Dim ParentNode As LinkedListNode(Of String) If myLinkedList.Find(Tables(i)) Then Else End If
Partager