Instance Method
removeObject(fromCustomParameters:)removeObjectFromCustomParameters:removeObjectFromCustomParameters_
Removes the specified custom parameter.
Declaration
func removeObject(fromCustomParameters customParameter: GSCustomParameter)Declaration
- (void) removeObjectFromCustomParameters:(GSCustomParameter *) customParameter;Declaration
removeObjectFromCustomParameters_(customParameter: GSCustomParameter)Parameters
customParameterThe custom parameter to remove.