Priority
Show-stopper
Type
Bug 
State
Fixed 
Assignee
Eugene Pasynkov 
Subsystem
Code Analysis 
Affected versions
Fixed in
Fixed in build
Next build 
Fixed in build
250
  • Submitted by   Eugene Pasynkov
    3 years ago (06 Aug 2006 17:49)
  • Updated by Eugene Pasynkov
    3 years ago (09 Sep 2006 13:33)
  • Jira: RSRP-25593
    (history, comments)

RSRP-25593

Abstract property override

0
public abstract class Class1
{
public abstract string Name { get; set; }
}

public abstract class Class2 : Class1
{
public override string Name { get { return ""; } }
}

public class Class3 : Class2
{
public override string Name
{
set{}
}
}
}


Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments