Persistate API documentation
Contains Method (key)
NamespacesPersistate.UtilPropertyStringContains(String)

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

Determines whether the PropertyString contains a particular key.
Declaration Syntax
C#
public bool Contains(
	string key
)
Parameters
key (String)
The key to check.
Return Value
True if the PropertyString contains the given key.

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