這可能是一個相對簡單的監督,但是我無法弄清楚,如果我真的被允許這麼做,或者可能是一個合理的替代方案(在VS2010中使用,C#.Net 4.0)。如果可能的話,我強烈希望在構造函數中這樣做。 這是我的課: public class MyClass1<TOrderBy> : MyInterface1<MyType1, MyType2>
{
public MyClass1(IEnumera
如果我有一類產品: public class Product
{
public string Title { get; set; }
public string Make { get; set; }
public Decimal Price { get; set; } //(Edit) - Added non-string
}
而且我在其他類中的屬性聲明: F