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

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

public AssAnalyzerForSrt ( string strDialogues, int type, bool DoubleOrSingle ) : System
strDialogues string
type int
DoubleOrSingle bool
Результат System
        public AssAnalyzerForSrt(string strDialogues, int type, bool DoubleOrSingle)
        {
            this.strDialogues = strDialogues;
            this.type = type;       //0-简英,1-繁英,2-简中,3-繁中,4-英文
            this.DoubleOrSingle = DoubleOrSingle;   //T-Double, F-Single
        }