NFe.Components.IniFile.DeleteKey C# (CSharp) 메소드

DeleteKey() 공개 메소드

public DeleteKey ( string Key, string Section = null ) : void
Key string
Section string
리턴 void
        public void DeleteKey(string Key, string Section = null)
        {
            Write(Key, null, Section ?? EXE);
        }