Spread for ASP.NET 8.0 Product Documentation
ExpressionConsumerFormulaInfo Constructor


The consumer
Array of expressions
Initializes a new instance of the ExpressionConsumerFormulaInfo class.
Syntax
'Declaration
 
Public Function New( _
   ByVal consumer As IExpressionConsumer, _
   ByVal expressions() As Expression _
)
'Usage
 
Dim consumer As IExpressionConsumer
Dim expressions() As Expression
 
Dim instance As New ExpressionConsumerFormulaInfo(consumer, expressions)
public ExpressionConsumerFormulaInfo( 
   IExpressionConsumer consumer,
   Expression[] expressions
)

Parameters

consumer
The consumer
expressions
Array of expressions
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

ExpressionConsumerFormulaInfo Class
ExpressionConsumerFormulaInfo Members

 

 


Copyright © GrapeCity, inc. All rights reserved.