Spread for ASP.NET 8.0 Product Documentation
ParenthesesExpression Constructor


Expression inside the parentheses
Creates an new expression with parentheses surrounding a specified expression.
Syntax
'Declaration
 
Public Function New( _
   ByVal arg As Expression _
)
'Usage
 
Dim arg As Expression
 
Dim instance As New ParenthesesExpression(arg)
public ParenthesesExpression( 
   Expression arg
)

Parameters

arg
Expression inside the parentheses
Exceptions
ExceptionDescription
System.ArgumentNullExceptionarg is a null reference (Nothing in Visual Basic)
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ParenthesesExpression Class
ParenthesesExpression Members

 

 


Copyright © GrapeCity, inc. All rights reserved.