Class PropertyInfoCollection
Determines the set of properties and their information.
Inheritance
System.Object
PropertyInfoCollection
Namespace: Syncfusion.DataSource.Extensions
Assembly: Syncfusion.DataSource.WinForms.dll
Syntax
public class PropertyInfoCollection : Dictionary<string, PropertyInfo>
Constructors
PropertyInfoCollection()
Initializes a new instance of the PropertyInfoCollection class.
Declaration
public PropertyInfoCollection()
PropertyInfoCollection(Type)
Initializes a new instance of the PropertyInfoCollection class.
Declaration
public PropertyInfoCollection(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | type | Represents the type of the property. |
Properties
Empty
Gets the empty collection.
Declaration
public static PropertyInfoCollection Empty { get; }
Property Value
| Type |
|---|
| PropertyInfoCollection |
Type
Gets the property type.
Declaration
public Type Type { get; }
Property Value
| Type |
|---|
| System.Type |