Skip to main content

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
TypeName
WaaS.ComponentModel.Runtime.IInstantiationContextcontext
WaaS.ComponentModel.Runtime.ISortedExportableargument

Implements