Beispiel #1
0
 public PropertyBody(PropertyBodyType bodyType)
 {
     this.BodyType            = bodyType;
     this.Modifier            = null;
     this.Body                = new CodeBlockCollection();
     this.IsAutomaticProperty = false;
 }
Beispiel #2
0
 public PropertyBody(PropertyBodyType bodyType)
 {
     this.BodyType = bodyType;
     this.Modifier = null;
     this.Body = new CodeBlockCollection();
     this.IsAutomaticProperty = false;
 }