Beispiel #1
0
 public ITypeParameterOfTypeDeclaration AddTypeParameterBefore(ITypeParameterOfTypeDeclaration param, ITypeParameterOfTypeDeclaration anchor)
 {
     return(_classDeclaration.AddTypeParameterBefore(param, anchor));
 }