autorest.azure-functions-cs.../test/AutoRest.TestServer.Tests/TestConstants.cs

13 строки
311 B
C#

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System.Text;
namespace AutoRest.TestServer.Tests
{
public class TestConstants
{
public static byte[] ByteArray { get; } = Encoding.UTF8.GetBytes("啊齄丂狛狜隣郎隣兀﨩");
}
}