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