File: FluentAssertions\RectangleFAssertions.cs | Web Access |
Project: src\src\Microsoft.DotNet.Wpf\tests\UnitTests\PresentationCore.Tests\PresentationCore.Tests.csproj (PresentationCore.Tests) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace PresentationCore.Tests.FluentAssertions; public class RectangleFAssertions(RectangleF value) { public RectangleF Subject { get; } = value; } |