I always forget this so here is a reminder. In a class definition type constraints come after the inheritance definition.
public class FooCustomer<T> : CustomerBase<T>, ICanDoItible where T : SomeType
{
}
I always forget this so here is a reminder. In a class definition type constraints come after the inheritance definition.
public class FooCustomer<T> : CustomerBase<T>, ICanDoItible where T : SomeType
{
}
No comments yet.
RSS feed for comments on this post. TrackBack URI