Class CastMetadata
Inheritance
object
CastMetadata
Implements
IList
IDictionary
Assembly: solution.dll
public class CastMetadata : ProxyMetadata, IAttributeProvider, IList, IDictionary
Constructors
Declaration
public CastMetadata(Type newType, Metadata parent)
Parameters
| Type |
Name |
Description |
| Type |
newType |
|
| Metadata |
parent |
|
Properties
Declaration
public Type newType { get; }
Property Value
Methods
Declaration
public override Attribute[] GetCustomAttributes(bool inherit = true)
Parameters
| Type |
Name |
Description |
| bool |
inherit |
|
Returns
| Type |
Description |
| Attribute[] |
|
Overrides
Declaration
protected override string SubpathToString()
Returns
Overrides
Implements
IList
IDictionary
Extension Methods