Instance Method
objectInProperties(at:)objectInPropertiesAtIndex:objectInPropertiesAtIndex_
Returns object at idx in properties
Declaration
func objectInProperties(at idx: UInt) -> GSInfoProperty?Declaration
- (GSInfoProperty *) objectInPropertiesAtIndex:(NSUInteger) idx;Declaration
objectInPropertiesAtIndex_(idx: int) -> GSInfoPropertyParameters
idxThe index
Return Value
The object at index