[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents an invocation of a static library method in the expression tree.

The following tables list the members exposed by the ExprStaticMethodNode type.

Public Properties

  NameDescription
ChildNodes
Returns list of child nodes.
(Inherited from ExprNode.)
ClassName
Returns the class name.

ExpressionString
Returns the expression node rendered as a string.
(Overrides .ExpressionString.)
MethodName
Returns the method name.

ParamTypes
Returns parameter descriptor.

ReturnType
Returns the type that the node's evaluate method returns an instance of.
(Overrides .ReturnType.)
StaticMethod
Returns the static method.