SAXParser equivalent in C#

后端 未结 2 1037
鱼传尺愫
鱼传尺愫 2020-12-20 19:22

I have below java code , I need to convert these in C#, Kindly help me ..

public class Configuration {

  private ConfigContentHandler confHandler;

  public         


        
2条回答
  •  梦毁少年i
    2020-12-20 19:42

    I used SAX for .NET in two projects successfully in the past. http://saxdotnet.sourceforge.net/

提交回复
热议问题