MonobjcMonobjc Documented Class Library
StartSubelementIndex Property
NamespacesMonobjc.FoundationNSWhoseSpecifierStartSubelementIndex

Returns the index position of the first sub-element within the range of objects being tested that pass the receiver's test.

Original signature is '- (NSInteger)startSubelementIndex'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSInteger StartSubelementIndex { get; set; }
Public Overridable Property StartSubelementIndex As NSInteger
	Get
	Set
public:
virtual property NSInteger StartSubelementIndex {
	NSInteger get ();
	void set (NSInteger 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)