Exemple #1
0
 public EnvDTE.CodeTypeRef CreateCodeTypeRef(object type)
 {
     return(CodeModelService.CreateCodeTypeRef(this.State, _projectId, type));
 }