Freigeben über


DeferredType Class

Definition

An unknown type, attached to syntax nodes whose type cannot be determined. NOTE: it's not valid to even attempt to execute an expression that references a deferred type.

public sealed class DeferredType : Microsoft.PowerFx.Types.FormulaType
type DeferredType = class
    inherit FormulaType
Public NotInheritable Class DeferredType
Inherits FormulaType
Inheritance
DeferredType

Methods

Equals(Object) (Inherited from FormulaType)
GetHashCode() (Inherited from FormulaType)
Visit(ITypeVisitor) System.Object.Visit(Microsoft.PowerFx.Types.ITypeVisitor)

Extension Methods

CanPotentiallyCoerceTo(FormulaType, FormulaType)

Can convert value to source format to target or not.

Applies to