Beispiel #1
0
        public CodeElement AddSupportingType(string type)
        {
            CodeElement codeElement = new CodeElement(type);

            codeElement.Role = CodeElementRole.Supporting;
            CodeElements.Add(codeElement);

            return(codeElement);
        }