Interface IVBDeferrableType
Describes a complex data type that is undeclared but that can be statically inferred and constructed from its use.
public interface IVBDeferrableType : IVBInferableType
- Inherited Members
Properties
DeferredVBTypeInfo
Gets the deferred type that can be materialized from this infered type.
IVBMemberOwnerType? DeferredVBTypeInfo { get; init; }
Property Value
Methods
WithDeferredVBType(IVBMemberOwnerType)
Gets a copy of this deferrable data type with the specified target deferred type.
VBDeferredType WithDeferredVBType(IVBMemberOwnerType vbType)
Parameters
vbTypeIVBMemberOwnerTypeAny
VBTypethat can have members.