AcTools.Utils.LogWatcher.Get C# (CSharp) Method

Get() public method

public Get ( ) : string[]
return string[]
        public string[] Get() {
            return GetAll().Skip(_skip).ToArray();
        }
    }