JTSImageViewController.JTSImageInfo.Description C# (CSharp) Method

Description() public method

public Description ( ) : string
return string
        public string Description()
        {
            var description = "IMPLEMENT THIS DESCRIPTION";
            return description;
        }