MonobjcMonobjc Documented Class Library
InitWithExpressionType Method (type)
NamespacesMonobjc.FoundationNSExpressionInitWithExpressionType(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 virtual Id InitWithExpressionType(
	NSExpressionType type
)
Public Overridable Function InitWithExpressionType ( _
	type As NSExpressionType _
) As Id
public:
virtual Id^ InitWithExpressionType(
	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)