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