Content deleted Content added
→Mapping in .NET Procedural Languages: Corrected spelling of method name |
|||
Line 36:
<source lang="csharp">
var values = new System.Collections.Generic.List<int>() { 7, 13, 4, 9, 3 };
var foo = values.
</source>
|