MonobjcMonobjc Documented Class Library
Item Property (index)
NamespacesMonobjc.FoundationNSStringItem[([( UInt32])])
Gets the Char at the specified index.
Declaration Syntax
C#Visual BasicVisual C++
public char this[
	uint index
] { get; }
Public ReadOnly Default Property Item ( _
	index As UInteger _
) As Char
	Get
public:
property wchar_t default[unsigned int index] {
	wchar_t get (unsigned int index);
}
Parameters
index (UInt32)
Value
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)