Struct TypeBoundEquals
Assembly: WaaS.Core.dll
Declaration
public readonly struct TypeBoundEquals : ITypeBound
Implements:
WaaS.ComponentModel.Models.ITypeBound
Properties
Type
View Source
Declaration
public IUnresolved<IType> Type { get; }
Methods
ValidateBound(IInstantiationContext, IType)
View Source
Declaration
public bool ValidateBound(IInstantiationContext context, IType type)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
WaaS.ComponentModel.Runtime.IInstantiationContext | context |
WaaS.ComponentModel.Runtime.IType | type |