[Serializable]属性能否继承的问题??

None.gif     [Serializable]
ExpandedBlockStart.gifContractedBlock.gif    
public   abstract   class  CSMessage : MessageBase  dot.gif {
InBlock.gif        
private string userName;
ExpandedSubBlockStart.gifContractedSubBlock.gif        
protected CSMessage(string anUserName) dot.gif{
InBlock.gif            userName 
= anUserName;
ExpandedSubBlockEnd.gif        }

InBlock.gif
ExpandedSubBlockStart.gifContractedSubBlock.gif        
public string UserName dot.gif{
ExpandedSubBlockStart.gifContractedSubBlock.gif            
get dot.gifreturn userName; }
ExpandedSubBlockEnd.gif        }

InBlock.gif
ExpandedBlockEnd.gif    }

None.gif
None.gif
None.gif    [Serializable]
ExpandedBlockStart.gifContractedBlock.gif    
public   class  LoginMessage : CSMessage  dot.gif {
InBlock.gif        
private string password;
ExpandedSubBlockStart.gifContractedSubBlock.gif        
public LoginMessage(string userName, string password) : base(userName) dot.gif{
InBlock.gif            
this.password = password;
ExpandedSubBlockEnd.gif        }

ExpandedSubBlockStart.gifContractedSubBlock.gif        
public string Password dot.gif{
ExpandedSubBlockStart.gifContractedSubBlock.gif            
get dot.gifreturn password; }
ExpandedSubBlockEnd.gif        }

ExpandedBlockEnd.gif    }
代码如上,测试发现类属性是不可以继承的,仔细推敲MSDN上关于对类属性是说明,类属性是一种标记当代码被编译为MSIL后由CLR根据类属性标记为其它附上相关的特性,唉。。不仔细看还是很容易弄错的

转载于:https://www.cnblogs.com/floerggyy/archive/2004/12/22/80632.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值