Class ProxyTypeAttribute
- Namespace
- Bonsai
- Assembly
- Bonsai.Core.dll
Specifies a type used to replace the class this attribute is bound to. This attribute is meant for internal use only.
[AttributeUsage(AttributeTargets.Class)]
public sealed class ProxyTypeAttribute : Attribute, _Attribute
- Inheritance
-
ProxyTypeAttribute
- Implements
- Inherited Members
Constructors
ProxyTypeAttribute(Type)
Initializes a new instance of the ProxyTypeAttribute class with the specified destination type.
public ProxyTypeAttribute(Type destination)
Parameters
Properties
Destination
Gets the Type that should be used to replace the class this attribute is bound to.
public Type Destination { get; }