UnityEditor.AssetStoreContext.Link.ToString C# (CSharp) Method

ToString() public method

public ToString ( ) : string
return string
            public override string ToString()
            {
                return string.Format("{{type={0}, id={1}}}", this.type, this.id);
            }
        }
AssetStoreContext.Link