Instance Method
indexOfObject(inProperties:)indexOfObjectInProperties:indexOfObjectInProperties_
Returns the index of the specified property in properties.
Declaration
func indexOfObject(inProperties property: GSInfoProperty) -> UIntDeclaration
- (NSUInteger) indexOfObjectInProperties:(GSInfoProperty *) property;Declaration
indexOfObjectInProperties_(property: GSInfoProperty) -> intParameters
propertyThe property object.
Return Value
The index of the property object.