Interface ICustomTypeDescriptorEx
- Namespace
- Ecng.ComponentModel
- Assembly
- Ecng.ComponentModel.dll
Provides an extended type descriptor that includes access to the underlying instance.
public interface ICustomTypeDescriptorEx : ICustomTypeDescriptor
- Inherited Members
- Extension Methods
Properties
Instance
Gets the actual instance that this type descriptor represents.
object Instance { get; }