Update ReadMe.md
This commit is contained in:
Родитель
16a9166026
Коммит
e2f2aac421
|
@ -15,7 +15,7 @@ ClearScript is a library that makes it easy to add scripting to your .NET applic
|
|||
* (Types) Constructors, nested types
|
||||
* Full support for generic types and methods, including C#-like type inference and explicit type arguments
|
||||
* Exposed .NET collections support native script iteration mechanisms:
|
||||
* (V8) [`for...of`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of)
|
||||
* (V8) Standard [JavaScript Iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols) and [`for...of`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of)
|
||||
* (JScript) [`Enumerator`](https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/x32bxwys(v=vs.100))
|
||||
* (VBScript) [`For Each...Next`](https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/scripting-articles/tywtbxd0(v=vs.84))
|
||||
* Scripts can invoke methods with output parameters, optional parameters, and parameter arrays
|
||||
|
|
Загрузка…
Ссылка в новой задаче