Freigeben über


Void Class

Definition

Special Type which can't be coerced or accepted by any types.

public sealed class Void : Microsoft.PowerFx.Types.FormulaType
type Void = class
    inherit FormulaType
Public NotInheritable Class Void
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.

Applies to