ImppExtensionSet Method
Sets all the flags set in flags in value.
Namespace: FolkerKinzel.VCards.ExtensionsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
public static Impp? Set(
this Impp? value,
Impp flags
)
<ExtensionAttribute>
Public Shared Function Set (
value As Impp?,
flags As Impp
) As Impp?
public:
[ExtensionAttribute]
static Nullable<Impp> Set(
Nullable<Impp> value,
Impp flags
)
[<ExtensionAttribute>]
static member Set :
value : Nullable<Impp> *
flags : Impp -> Nullable<Impp>
- value NullableImpp
- The value to which all the flags set in flags are added.
- flags Impp
- A single Impp value or a combination
of several Impp values.
NullableImppA value, which has all flags set that are set in
value and
flags. If
value is
null,
flags is returned.In Visual Basic and C#, you can call this method as an instance method on any object of type
NullableImpp. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).