Table of Contents

Constructor ProxyTypeAttribute

Namespace
Bonsai
Assembly
Bonsai.Core.dll

ProxyTypeAttribute(Type)

Initializes a new instance of the ProxyTypeAttribute class with the specified destination type.

public ProxyTypeAttribute(Type destination)

Parameters

destination Type

The Type that should be used to replace the class this attribute is bound to.