CsvOptsExtensionSet Method
Sets all flags set in flags in
value.
Namespace: FolkerKinzel.CsvToolsAssembly: FolkerKinzel.CsvTools (in FolkerKinzel.CsvTools.dll) Version: 2.0.5+a1df9eb1ff3c1305310d778343390475b5f50c0f
public static CsvOpts Set(
this CsvOpts value,
CsvOpts flags
)
<ExtensionAttribute>
Public Shared Function Set (
value As CsvOpts,
flags As CsvOpts
) As CsvOpts
public:
[ExtensionAttribute]
static CsvOpts Set(
CsvOpts value,
CsvOpts flags
)
[<ExtensionAttribute>]
static member Set :
value : CsvOpts *
flags : CsvOpts -> CsvOpts
- value CsvOpts
- The CsvOpts Value to which the flags
set in flags are set.
- flags CsvOpts
- A single CsvOpts value or a combination
of several CsvOpts values.
CsvOptsA
CsvOpts value on which all in
value and
flags set flags are set.In Visual Basic and C#, you can call this method as an instance method on any object of type
CsvOpts. 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).