[change] change visibility of LinkXmlWriter to public.
parent
da46e71534
commit
7f2fa52f37
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue