Class DuckBase<T>
Defines the base class for ducks.
Inheritance
System.Object
DuckBase<T>
Namespace: Solti.Utils.Proxy.Internals
Assembly: Solti.Utils.Proxy.dll
Syntax
public abstract class DuckBase<T> : Object
Type Parameters
Name | Description |
---|---|
T | The target type. |
Constructors
DuckBase(T)
Creates a new DuckBase<T> instance.
Declaration
public DuckBase(T target)
Parameters
Type | Name | Description |
---|---|---|
T | target | The target of the entity being created. |
Properties
Target
The target.
Declaration
public T Target { get; }
Property Value
Type | Description |
---|---|
T |