Show / Hide Table of Contents

Interface IGetsExpressionType

An object which can determine the string identifier which indicates an expression type. This is typically a prefix to the expression body.

Namespace: ZptSharp.Expressions
Assembly: ZptSharp.Abstractions.dll
Syntax
public interface IGetsExpressionType

Methods

| Improve this Doc View Source

GetExpressionType(String)

Gets the expression type for the specified expression.

Declaration
string GetExpressionType(string expression)
Parameters
Type Name Description
System.String expression

An expression.

Returns
Type Description
System.String

The expression type.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX