コード例 #1
0
 public InheritanceAttribute(System.ComponentModel.InheritanceLevel inheritanceLevel)
 {
     this.inheritanceLevel = inheritanceLevel;
 }
 public InheritanceAttribute(System.ComponentModel.InheritanceLevel inheritanceLevel)
 {
     this.inheritanceLevel = inheritanceLevel;
 }
コード例 #3
0
 public InheritanceAttribute()
 {
     this.inheritanceLevel = Default.inheritanceLevel;
 }
 public InheritanceAttribute()
 {
     this.inheritanceLevel = Default.inheritanceLevel;
 }