Persistate API documentation
AnyClear Method (fs)
NamespacesPersistateFlagSetAnyClear(FlagSet)

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

Determines whether any of a set of flags is clear in this FlagSet.
Declaration Syntax
C#
public bool AnyClear(
	FlagSet fs
)
Parameters
fs (FlagSet)
The flags to test.
Return Value
True if one or more of the supplied flags is clear, false if all are set.

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