MonobjcMonobjc Documented Class Library
ExpressionForAggregate Method (collection)
NamespacesMonobjc.FoundationNSExpressionExpressionForAggregate(NSArray)

Returns a new aggregate expression for a given collection.

Original signature is '+ (NSExpression *)expressionForAggregate:(NSArray *)collection'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSExpression ExpressionForAggregate(
	NSArray collection
)
Public Shared Function ExpressionForAggregate ( _
	collection As NSArray _
) As NSExpression
public:
static NSExpression^ ExpressionForAggregate(
	NSArray^ collection
)
Parameters
collection (NSArray)
A collection object (an instance of NSArray, NSSet, or NSDictionary) that contains further expressions.
Return Value
A new expression that contains the expressions in collection.
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)