Boo.BooLangService.Document.Nodes.InstanceDeclarationTreeNode.GetIntellisenseDescription C# (CSharp) 메소드

GetIntellisenseDescription() 공개 메소드

public GetIntellisenseDescription ( ) : string
리턴 string
        public override string GetIntellisenseDescription()
        {
            return ReturnType + " " + Name;
        }