RelExtension Class

Extension methods that make working with the Rel enum easier.

Definition

Namespace: FolkerKinzel.VCards.Extensions
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public static class RelExtension
Inheritance
Object    RelExtension

Methods

IsSetChecks whether all flags set in flags are also set in value.
SetSets all the flags set in flags in value.
UnsetUnsets all flags set in flags in value.

See Also