CK.Core.ActivityMonitorSimpleCollector.Entry.ToString C# (CSharp) Method

ToString() public method

Overridden to return the Text of this element.
public ToString ( ) : string
return string
            public override string ToString()
            {
                return Text;
            }
        }
ActivityMonitorSimpleCollector.Entry