[change] change visibility of LinkXmlWriter to public.

main
walon 2025-05-22 19:55:36 +08:00
parent da46e71534
commit 7f2fa52f37
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ using System.Threading.Tasks;
namespace HybridCLR.Editor.Link namespace HybridCLR.Editor.Link
{ {
internal class LinkXmlWriter public class LinkXmlWriter
{ {
public void Write(string outputLinkXmlFile, HashSet<TypeRef> refTypes) public void Write(string outputLinkXmlFile, HashSet<TypeRef> refTypes)
{ {