Interface ICastable
Defines a series of members to be implemented by an object that allows casting from its type to another.
Namespace: TheXDS.MCART.Types.Base
Assembly: MCART.dll
Syntax
public interface ICastable : ICastable<object>
Properties
| Edit this page View SourceTargetType
Gets a reference to the target type of conversion for this object.
Declaration
Type TargetType { get; }
Property Value
Type | Description |
---|---|
Type |