ClassTypeAdapter.GetProperties Method
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Retrieves the visible properties declared by the type.
protected override IEnumerable<PropertyInfo> GetProperties()Returns
- IEnumerable<PropertyInfo>
- An enumeration of IProperty objects representing the properties declared by the type.
