Skip to content

System.Boolean F# snippets #7430

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 9 commits into from
Feb 10, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update Boolean.xml
  • Loading branch information
albert-du committed Nov 28, 2021
commit bad6380723b6e0a9e207e99bd14f33e46f2a698c
2 changes: 1 addition & 1 deletion xml/System/Boolean.xml
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ The following code example illustrates the use of <xref:System.Boolean.Parse%2A>

:::code language="cpp" source="~/samples/snippets/cpp/VS_Snippets_CLR_System/system.Boolean/CPP/booleanmembers.cpp" id="Snippet2":::
:::code language="csharp" source="~/samples/snippets/csharp/VS_Snippets_CLR_System/system.Boolean/CS/booleanmembers.cs" interactive="try-dotnet-method" id="Snippet2":::
:::code language="fsharp" source="~/samples/snippets/csharp/VS_Snippets_CLR_System/system.Boolean/FS/booleanmembers.fs" id="Snippet2":::
:::code language="fsharp" source="~/samples/snippets/fsharp/VS_Snippets_CLR_System/system.Boolean/FS/booleanmembers.fs" id="Snippet2":::
:::code language="vb" source="~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.Boolean/VB/booleanmembers.vb" id="Snippet2":::

]]></format>
Expand Down