Skip to content

Commit

Permalink
Added: Box<T> where T : notnull
Browse files Browse the repository at this point in the history
  • Loading branch information
dgmjr committed Apr 17, 2024
1 parent b02abbc commit fef2d21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions System/System/Box.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
namespace System;

public class Box<T>
where T : notnull
{
public T Value { get; set; }

Expand Down

0 comments on commit fef2d21

Please sign in to comment.