Click or drag to resize
CodeAnalyzer Class
Helper class for analyzing an expression.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Core.ExpressionsCodeAnalyzer

Namespace: Colygon.MatchPoint.Core.Expressions
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public static class CodeAnalyzer

The CodeAnalyzer type exposes the following members.

Methods
  NameDescription
Public methodStatic memberExtractMemberNames
Parses the specified [!:expressions] and returns a collection of [!:varName] members that are used within these expressions.
Top
See Also