合并主线最近几年来的主要更新,重点推进TinyHttpClient,替代HttpClient
大石头 编写于 2023-03-08 18:39:12
X
using System;
using System.Runtime.InteropServices;

namespace System.Runtime.CompilerServices
{
	[StructLayout(LayoutKind.Sequential, Size = 1)]
	internal struct VoidTaskResult
	{
	}
}