DeferredType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |