MonobjcMonobjc Documented Class Library
NSExpression Constructor (type)
NamespacesMonobjc.FoundationNSExpressionNSExpression(NSExpressionType)

Initializes the receiver with the specified expression type.

Original signature is '- (id)initWithExpressionType:(NSExpressionType)type'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public NSExpression(
	NSExpressionType type
)
Public Sub New ( _
	type As NSExpressionType _
)
public:
NSExpression(
	NSExpressionType type
)
Parameters
type (NSExpressionType)
The type of the new expression, as defined by NSExpressionType.
Return Value
An initialized NSExpression object of the type type.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)