ZHJA_HJGL/BAK/HJGL_ZH/WebAPI/Areas/HelpPage/SampleGeneration/XDocument.cs

12 lines
215 B
C#
Raw Permalink Normal View History

2026-02-10 15:55:39 +08:00
using System;
namespace WebAPI.Areas.HelpPage
{
internal class XDocument
{
internal static XDocument Parse(string str)
{
throw new NotImplementedException();
}
}
}