MonobjcMonobjc Documented Class Library
ABMultiValue Constructor (selector, firstParameter, otherParameters)
NamespacesMonobjc.AddressBookABMultiValueABMultiValue(String, Object, array<Object>[]()[][])
Initializes a new instance of the ABMultiValue class.
Declaration Syntax
C#Visual BasicVisual C++
protected ABMultiValue(
	string selector,
	Object firstParameter,
	params Object[] otherParameters
)
Protected Sub New ( _
	selector As String, _
	firstParameter As Object, _
	ParamArray otherParameters As Object() _
)
protected:
ABMultiValue(
	String^ selector, 
	Object^ firstParameter, 
	... array<Object^>^ otherParameters
)
Parameters
selector (String)
The selector.
firstParameter (Object)
The first paramater.
otherParameters (array<Object>[]()[][])
The other parameters.
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.AddressBook (Module: Monobjc.AddressBook)