Boo.BooLangService.Document.Nodes.MethodParameter.GetIntellisenseDescription C# (CSharp) Method

GetIntellisenseDescription() public method

public GetIntellisenseDescription ( ) : string
return string
        public string GetIntellisenseDescription()
        {
            return Type + " " + Name;
        }