Persistate API documentation
AnySet Method (fs)
NamespacesPersistateFlagSetAnySet(FlagSet)

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

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

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