You've already forked linux-packaging-mono
Imported Upstream version 5.2.0.175
Former-commit-id: bb0468d0f257ff100aa895eb5fe583fb5dfbf900
This commit is contained in:
parent
4bdbaf4a88
commit
966bba02bb
@ -220,15 +220,15 @@ namespace System.Web.UI.WebControls {
|
||||
return source.GetEnumerator ();
|
||||
}
|
||||
|
||||
public PropertyDescriptorCollection GetItemProperties (PropertyDescriptor [] list_accessors)
|
||||
public PropertyDescriptorCollection GetItemProperties (PropertyDescriptor [] listAccessors)
|
||||
{
|
||||
ITypedList typed = source as ITypedList;
|
||||
if (typed == null)
|
||||
return null;
|
||||
return typed.GetItemProperties (list_accessors);
|
||||
return typed.GetItemProperties (listAccessors);
|
||||
}
|
||||
|
||||
public string GetListName (PropertyDescriptor [] list_accessors)
|
||||
public string GetListName (PropertyDescriptor [] listAccessors)
|
||||
{
|
||||
return String.Empty; // as documented
|
||||
}
|
||||
|
Reference in New Issue
Block a user