CK.Core.ActivityMonitorPathCatcher.ActivityMonitorPathCatcher C# (CSharp) Method

ActivityMonitorPathCatcher() public method

Initializes a new ActivityMonitorPathCatcher.
public ActivityMonitorPathCatcher ( ) : System
return System
        public ActivityMonitorPathCatcher()
        {
            _path = new List<PathElement>();
        }