Struct ExportableDescriptorType
Assembly: WaaS.Core.dll
Declaration
public readonly struct ExportableDescriptorType : IExportableDescriptor<IType>
Implements:
WaaS.ComponentModel.Models.IExportableDescriptor<T>
Properties
Type
View Source
Declaration
public ITypeBound Type { get; }
Methods
ValidateArgument(IInstantiationContext, ISortedExportable?)
View Source
Declaration
public bool ValidateArgument(IInstantiationContext context, ISortedExportable? argument)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
WaaS.ComponentModel.Runtime.IInstantiationContext | context |
WaaS.ComponentModel.Runtime.ISortedExportable | argument |