Пример #1
0
 public IAttribute AddAttributeBefore(IAttribute attribute, IAttribute anchor)
 {
     return(_fieldDeclaration.AddAttributeBefore(attribute, anchor));
 }