Пример #1
0
 public ShellCodeAttribute AddAttribute(string Name, string Value, object Position)
 {
     return(new ShellCodeAttribute(_type.AddAttribute(Name, Value, Position) as CodeAttribute2));
 }