Mono Class Library: Overview

System.CodeDom.CodeSnippetExpression: Members

The members of System.CodeDom.CodeSnippetExpression are listed below.

See Also: Inherited members from System.CodeDom.CodeExpression

Public Constructors

Creates an undefined System.CodeDom.CodeSnippetExpression object. The CodeSnippetExpression.Value will have to be set later.
Creates a System.CodeDom.CodeSnippetExpression object with the CodeSnippetExpression.Value set to the provided value.

Public Properties

Valuestring. Literal expression to be used.