All pastes #2121113 Raw Edit

Untitled

public text v1 · immutable
#2121113 ·published 2012-02-23 20:52 UTC
rendered paste body
            this.AvailableScoreClasses = Assembly
                .GetExecutingAssembly()
                .GetTypes()
                .Where(t => t.IsAssignableFrom(typeof(Mills.Score.IScore)) &&
                           !t.IsInterface)
                .Select(t => t.Name)
                .ToArray();