Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ITypedList.cs
Go to the documentation of this file.
1
namespace
System.ComponentModel
;
2
3
public
interface
ITypedList
4
{
5
string
GetListName
(
PropertyDescriptor
[] listAccessors);
6
7
PropertyDescriptorCollection
GetItemProperties
(
PropertyDescriptor
[] listAccessors);
8
}
System.ComponentModel.PropertyDescriptorCollection
Definition
PropertyDescriptorCollection.cs:7
System.ComponentModel.PropertyDescriptor
Definition
PropertyDescriptor.cs:8
System.ComponentModel.ITypedList.GetItemProperties
PropertyDescriptorCollection GetItemProperties(PropertyDescriptor[] listAccessors)
System.ComponentModel.ITypedList.GetListName
string GetListName(PropertyDescriptor[] listAccessors)
System.ComponentModel.ITypedList
Definition
ITypedList.cs:4
System.ComponentModel
Definition
ColumnAttribute.cs:3
source
System.ComponentModel.TypeConverter
System.ComponentModel
ITypedList.cs
Generated by
1.10.0