Persistate API documentation
Remove Method (keys)
NamespacesPersistate.UtilPropertyStringRemove(array<String>[]()[][])

[This is preliminary documentation and is subject to change.]

Attempts to remove a set of key value pairs from the PropertyString.
Declaration Syntax
C#
public int Remove(
	params string[] keys
)
Parameters
keys (array<String>[]()[][])
A set of keys for the pairs to remove.
Return Value
The number of keys which were in the PropertyString and removed.

Assembly: Persistate.Util (Module: Persistate.Util) Version: 0.6.1.20 (0.6.1.20)