Initializes the receiver with the specified expression type.
Original signature is '- (id)initWithExpressionType:(NSExpressionType)type'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public NSExpression( NSExpressionType type )
Public Sub New ( _ type As NSExpressionType _ )
public: NSExpression( NSExpressionType type )

- type (NSExpressionType)
- The type of the new expression, as defined by NSExpressionType.

An initialized NSExpression object of the type type.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)