type = myIntList.GetType(); propertyCount = type.GetProperty("Count"); nil = new System.Object[0](); cnt = propertyCount.GetValue(myIntList, nil); info(strFmt("%1", cnt));