コード例 #1
0
 public virtual string Description()
 {
     return(ItemWrapper.Description() + ", " + Offset + ", " + CellHeight);
 }
コード例 #2
0
 public override string ToString()
 {
     return("ItemWrapper[" + ItemWrapper.Description() + "] Offset[" + Offset + "] CellHeight[" + CellHeight + "]");
 }