Constructor CustomTrackedObjectAttribute
CustomTrackedObjectAttribute(Type, bool)
Creates a new instance of a CustomTrackedObjectAttribute.
Declaration
public CustomTrackedObjectAttribute(Type type, bool supportsInheritedTypes)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type | The Type of Object that this Tracked Object supports. |
| bool | supportsInheritedTypes | Does this class also support types that inherit from |