FSO.IDE.Common.ObjectRegistryEntry.ToString C# (CSharp) Method

ToString() public method

public ToString ( ) : string
return string
        public override string ToString()
        {
            return ((SubIndex == -1) ? "^" : (Group != 0)?"  ":"") + Name;
        }
ObjectRegistryEntry