AssemblyCSharp.TSVParser.Split C# (CSharp) Méthode

Split() protected méthode

protected Split ( string text ) : string[]
text string
Résultat string[]
        protected string[] Split(string text)
        {
            return text.Split(_separator.ToCharArray());
        }