Instance Method
removeObject(fromProperties:)removeObjectFromProperties:removeObjectFromProperties_
Removes a property object from the properties array.
Declaration
func removeObject(fromProperties property: GSInfoProperty)Declaration
- (void) removeObjectFromProperties:(GSInfoProperty *) property;Declaration
removeObjectFromProperties_(property: GSInfoProperty)Parameters
propertyThe property object to remove.