Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/07/15 14:40:43 (9 years ago)
Author:
ascheibe
Message:

#2025 applied ReSharper suggestions to NewItemDialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core/3.3/Attributes/CreatableAttribute.cs

    r12622 r12649  
    6161        return tokens.Take(tokens.Count - 1);
    6262      }
    63 
    6463      private static IEnumerable<string> GetTokensWithOrdering(string rawName) {
    6564        return rawName.Split(new[] { SplitToken }, StringSplitOptions.RemoveEmptyEntries);
     
    8483
    8584    public int Priority { get; set; }
    86 
    8785
    8886    public CreatableAttribute() {
     
    112110      else return null;
    113111    }
    114 
    115112    public static int GetPriority(Type type) {
    116113      var attribs = type.GetCustomAttributes(typeof(CreatableAttribute), false);
Note: See TracChangeset for help on using the changeset viewer.