NFe.Components.XMLIniFile.AddValue C# (CSharp) Method

AddValue() public method

public AddValue ( XmlNode node, string Path, string Section, string value ) : void
node System.Xml.XmlNode
Path string
Section string
value string
return void
        public void AddValue(XmlNode node, string Path, string Section, string value)
        {
        }