Пример #1
0
 public OptionList ParseAttribute(CustomAttribute attribute)
 {
     return(new OptionList(Parse(attribute.Feature()))
     {
         ApplyToMembers = attribute.ApplyToMembers()
     });
 }