ExtensionLoader.Ini.IniDocument.Load C# (CSharp) 메소드

Load() 공개 메소드

public Load ( IniReader reader ) : void
reader IniReader
리턴 void
        public void Load(IniReader reader)
        {
            LoadReader (reader);
        }

Same methods

IniDocument::Load ( Stream stream ) : void
IniDocument::Load ( TextReader reader ) : void
IniDocument::Load ( string filePath ) : void