Ejemplo n.º 1
0
 public ITypeParameterOfTypeDeclaration AddTypeParameterAfter(ITypeParameterOfTypeDeclaration param, ITypeParameterOfTypeDeclaration anchor)
 {
     return(_classDeclaration.AddTypeParameterAfter(param, anchor));
 }