I was working on a project today, and found myself using Math.Max in several places and inline if statements in other places.So, I was wondering if anybody knew which is \"better\"... or rather, what
public class Foo : IFooBarable {...} public class Bar : IFooBa开发者_运维技巧rable {...} So why then will this not compile...