Skip to main content

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

Implements