Skip to content
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
2 changes: 1 addition & 1 deletion snippets/csharp/System/Object/GetType/GetTypeEx2.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;

Check failure on line 1 in snippets/csharp/System/Object/GetType/GetTypeEx2.cs

View workflow job for this annotation

GitHub Actions / snippets-build

ERROR: Project missing. A project (and optionally a solution file) must be in this directory or one of the parent directories to validate and build this code.

public class Example
{
Expand Down Expand Up @@ -26,7 +26,7 @@

// The example displays the following output:
// 12 is a 32-bit integer.
// 10653 is a 32-bit integer.
// 10653 is a 64-bit integer.
// 12 is an unsigned byte.
// -5 is a signed byte.
// 16.3 is a double-precision floating point.
Expand Down
Loading