Platforms to show: All Mac Windows Linux Cross-Platform

Back to CFBagMBS class.

CFBagMBS.clone as CFBagMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin ✅ Yes ❌ No ❌ No ✅ Yes All
Clones the set and all values.

CFBagMBS.Constructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin 10.1 ✅ Yes ❌ No ❌ No ✅ Yes All
The constructor which creates a new editable bag.
Example
dim b as new CFMutableBagMBS

CFBagMBS.ContainsValue(value as CFObjectMBS) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin ✅ Yes ❌ No ❌ No ✅ Yes All
Does the set contain this value?

CFBagMBS.CountValue(value as CFObjectMBS) as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin ✅ Yes ❌ No ❌ No ✅ Yes All
Counts how often this value is inside the set.

CFBagMBS.edit as CFMutableBagMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin ✅ Yes ❌ No ❌ No ✅ Yes All
To edit a set, this method returns you a CFMutableBagMBS.

CFBagMBS.List as CFBagListMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin ✅ Yes ❌ No ❌ No ✅ Yes All
Returns a list of all values.

This list will be invalid whenever this set is destroyed.

CFBagMBS.Value(value as CFObjectMBS) as CFObjectMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin ✅ Yes ❌ No ❌ No ✅ Yes All
If the value is found the value is returned.

Returns nil if key is not found.

The items on this page are in the following plugins: MBS MacCF Plugin.


The biggest plugin in space...