Example #1
0
 public static void Draw(this IRow self, GUILayoutOption[] guiOpts)
 {
     self.Draw(0, self.Count(), guiOpts);
 }