Skip to main content

Struct TypeBoundSubResource

Assembly: WaaS.Core.dll
Declaration
public readonly struct TypeBoundSubResource : ITypeBound

Implements:
WaaS.ComponentModel.Models.ITypeBound

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