Example #1
0
 public CodeVariant(string name,string description,Type type,CodeVariant parent)
 {
     this.Name = name;
     this.Description = description;
     this.Type = type;
     this.Parent = parent;
 }
Example #2
0
 public CodeVariant(string name, string description, Type type, CodeVariant parent)
 {
     this.Name        = name;
     this.Description = description;
     this.Type        = type;
     this.Parent      = parent;
 }