Ass2Srt.AssReader.AssReader C# (CSharp) Метод

AssReader() публичный Метод

public AssReader ( string filePath ) : System
filePath string
Результат System
        public AssReader(string filePath)
        {
            this.filePath = filePath;
        }