Griffin Bassman 850377c74a
fix: Various fixes and cleanups to dotnet autogen core (#5242)
Co-authored-by: Jack Gerrits <jack@jackgerrits.com>
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
2025-01-28 17:13:36 -05:00

10 lines
167 B
C#

// Copyright (c) Microsoft Corporation. All rights reserved.
// CountUpdate.cs
namespace Samples;
public class CountUpdate
{
public int NewCount { get; set; }
}