Instance Method
addProperty(_:)addProperty:addProperty_
Adds a property object to the properties array.
Declaration
func addProperty(_ property: GSInfoProperty)Declaration
- (void) addProperty:(GSInfoProperty *) property;Declaration
addProperty_(property: GSInfoProperty)Parameters
propertyThe property object to add.