using System;using System.Collections.Generic;namespace PoliticalCorrectness{ public struct SingleGender { int Index; double Factor; } public partial class Gender : List<SingleGender> { }}
(no subject)
Date: 2006-04-07 06:37 am (UTC)(no subject)
Date: 2006-04-07 06:58 am (UTC)using System;
using System.Collections.Generic;
namespace PoliticalCorrectness
{
public struct SingleGender
{
int Index;
double Factor;
}
public partial class Gender : List<SingleGender>
{
}
}