Skip to content

Instantly share code, notes, and snippets.

@NMillard
Created August 17, 2019 08:54
Show Gist options
  • Save NMillard/b1bab8ad251b40efd6c003e21e3f2e6f to your computer and use it in GitHub Desktop.
Save NMillard/b1bab8ad251b40efd6c003e21e3f2e6f to your computer and use it in GitHub Desktop.
Language Proficiency Interface Example
namespace LearnReflection.RulesEngine.Rules {
public interface IProficiencyRule {
ProficiencyLevel CheckProficiency(int[] results);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment