MonobjcMonobjc Documented Class Library
InitAndTestWithTests Method (subTests)
NamespacesMonobjc.FoundationNSLogicalTestInitAndTestWithTests(NSArray)

Returns an NSLogicalTest object initialized to perform an AND operation with the NSSpecifierTest objects in a given array.

Original signature is '- (id)initAndTestWithTests:(NSArray *)subTests'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitAndTestWithTests(
	NSArray subTests
)
Public Overridable Function InitAndTestWithTests ( _
	subTests As NSArray _
) As Id
public:
virtual Id^ InitAndTestWithTests(
	NSArray^ subTests
)
Parameters
subTests (NSArray)
An array of NSSpecifierTest objects representing Boolean expressions.
Return Value
An NSLogicalTest object initialized to perform an AND operation with the NSSpecifierTest objects in subTests.
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)