Added SkipLast and TakeLast examples#814
Conversation
See Snippet203 and Snippet204
rpetrusha
left a comment
There was a problem hiding this comment.
Thank you, @tomzorz, for contributing to the dotntet/samples repo and for adding examples for Enumerable.SkipLast and Enumerable.TakeLast. Can you add a Visual Basic version of the examples? The source is found at snippets\visualbasic\VS_Snippets_CLR_System\system.Linq.Enumerable\VB\Enumerable.vb.
Were you planning to open a PR in the dotnet/dotnet-api-docs repo to add these examples to the documentation?
|
@rpetrusha I'll add the VB samples, and yes I was - see dotnet/dotnet-api-docs#2267 for details. |
|
@rpetrusha I added the vb samples. (I followed the pattern of the other examples in the file.) |
|
@rpetrusha This is ready for a final review. All changes have been addressed. |
|
Thanks for adding the Visual Basic example, @tomzorz. I'll merge your PR now. The changes will be live on docs.microsoft.com sometime next week. |
|
Excellent, thank you! |
* SkipLast and TakeLast examples See Snippet203 and Snippet204 * added vb SkipLast and TakeLast examples
See Snippet203 and Snippet204
Summary
Describe your changes here.
Part of the fix for dotnet/dotnet-api-docs/issues/2267, dotnet/dotnet-api-docs/issues/1060 and dotnet/dotnet-api-docs/issues/1061.