Skip to content

Removed self-redirect link #2916

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 2, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions xml/System.Collections/Stack.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ If <xref:System.Collections.Stack.Count%2A> is less than the capacity of the sta


## Examples
The following example shows how to create and add values to a <xref:System.Collections.Stack> and how to display its values.
The following example shows how to create and add values to a Stack and how to display its values.

[!code-cpp[Classic Stack Example#1](~/samples/snippets/cpp/VS_Snippets_CLR_Classic/classic Stack Example/CPP/source.cpp#1)]
[!code-csharp[Classic Stack Example#1](~/samples/snippets/csharp/VS_Snippets_CLR_Classic/classic Stack Example/CS/source.cs#1)]
Expand Down Expand Up @@ -1015,4 +1015,4 @@ If <xref:System.Collections.Stack.Count%2A> is less than the capacity of the sta
</Docs>
</Member>
</Members>
</Type>
</Type>