新手问static问题
static public explicit operator int(BinaryNumeral binary)
{
return (binary.value);
}
static能放在pulic前面??
------解决方案--------------------可以public static又没有相互约束关系
------解决方案--------------------public static 他们可以配合使用的,,
static 修饰符声明静态成员
public 是表范围,,不矛盾的