Implicitly typed arrays

suggest change

Arrays of anonymous types may be created with implicit typing.

var arr = new[] {
    new { Id = 0 },
    new { Id = 1 }
};

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents