Interface IPropertiesHolder
Represents an object that holds a set of properties.
public interface IPropertiesHolder
Methods
GetProperties()
Gets the properties of the object.
IEnumerable<PropertyDescriptor> GetProperties()
Returns
- IEnumerable<PropertyDescriptor>
- The properties of the object.