MonobjcMonobjc Documented Class Library
HasMemberInPlane Method (thePlane)
NamespacesMonobjc.FoundationNSCharacterSetHasMemberInPlane(Byte)

Returns a Boolean value that indicates whether the receiver has at least one member in a given character plane.

Original signature is '- (BOOL)hasMemberInPlane:(uint8_t)thePlane'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool HasMemberInPlane(
	byte thePlane
)
Public Overridable Function HasMemberInPlane ( _
	thePlane As Byte _
) As Boolean
public:
virtual bool HasMemberInPlane(
	unsigned char thePlane
)
Parameters
thePlane (Byte)
A character plane.
Return Value
YES if the receiver has at least one member in thePlane, otherwise NO.
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)