Skip to content

Instantly share code, notes, and snippets.

@JeremySkinner
Created July 26, 2010 18:34
Show Gist options
  • Select an option

  • Save JeremySkinner/491003 to your computer and use it in GitHub Desktop.

Select an option

Save JeremySkinner/491003 to your computer and use it in GitHub Desktop.
public abstract class StepBase<T,TProperty, TSelf> : IConfigurable<PropertyRule<T>, TSelf> where TSelf : StepBase<T, TProperty, TSelf> {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment