Provides metadata for the properties of a given object.
- Namespace
- Statiq
.Common - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["PropertyMetadata<T>"]
class Type type-node
Syntax
public static class PropertyMetadata<T>
Type Parameters
Name | Description |
---|---|
T | The type of object to provide property metadata for. |