public CodeElement AddSupportingType(string type) { CodeElement codeElement = new CodeElement(type); codeElement.Role = CodeElementRole.Supporting; CodeElements.Add(codeElement); return(codeElement); }