Table of Contents

Interface IPropertiesHolder

Namespace
Cryville.EEW
Assembly
Cryville.EEW.dll
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.