Void 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.
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. |