Пример #1
0
 public object[][] GetRows(int rowCount)
 {
     ADRawEntry[] propertyBags = this.GetPropertyBags(rowCount);
     return(ADSession.ConvertToView(propertyBags, this.requestedProperties));
 }