51 public string Name {
get;
set; }
52 public string Type {
get;
set; }
72 if (!String.IsNullOrWhiteSpace(
this.Type))
80 if (!String.IsNullOrWhiteSpace(
this.Type))
82 StringBuilder vt =
new StringBuilder();
92 if (!String.IsNullOrWhiteSpace(
this.Indirection))
102 if (!String.IsNullOrWhiteSpace(
this.Name))
104 vt.Append(this.
Name);
114 return vt.ToString().Trim();
117 return base.ToString();
120 #region ICloneable Member 125 return this.MemberwiseClone();
void GenerateCode(CGenerator generator)
static readonly VariableType Void
override string ToString()
VariableType(string name, string type, string indirection=null, ConstType const_=ConstType.None, string arraySpecifier=null)