Merge pull request #3569 from cnAbp/doc/link-list

Translate link-list document
pull/3571/head
maliming 6 years ago committed by GitHub
commit b7ec30045d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1381,7 +1381,6 @@ list.forEach((node, index) => console.log(node.value + index));
```
#### \*\[Symbol.iterator\]\(\)
A linked list is iterable. In other words, you may use methods like `for...of` on it.
@ -1482,7 +1481,4 @@ const str = list.toString(value => value.x);
/*
str === '1 <-> 2 <-> 3 <-> 4 <-> 5'
*/
```
```

@ -0,0 +1,3 @@
# ABP ASP.NET Core UI Datatables.Net 集成
TODO

File diff suppressed because it is too large Load Diff

@ -321,6 +321,15 @@
"path": "UI/Angular/Component-Replacement.md"
}
]
},
{
"text": "通用",
"items": [
{
"text": "链表 (双向)",
"path": "UI/Common/Utils/Linked-List.md"
}
]
}
]
},

Loading…
Cancel
Save