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

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

public SrtWriter ( string strFolderPath, string strFileNameWithoutExtension, int type ) : System
strFolderPath string
strFileNameWithoutExtension string
type int
Результат System
        public SrtWriter(string strFolderPath, string strFileNameWithoutExtension, int type)
        {
            this.strFolderPath = strFolderPath;
            this.strFileName = strFileNameWithoutExtension;
            this.type = type;
        }