Gets the properties of a specified type, using a cached version if available.
- Namespace
- DbSyncKit
.DB .Manager - Containing Type
- CacheManager
Syntax
public static PropertyInfo[] GetTypeProperties(Type type)
Parameters
Name | Type | Description |
---|---|---|
type | Type | The type for which to retrieve properties. |
Return Value
Type | Description |
---|---|
PropertyInfo[] | An array of System.Reflection.PropertyInfo objects representing the properties of the specified type. |