[This is preliminary documentation and is subject to change.]
Returns regex options count
Namespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static byte Count(
this BSONRegularExpressionOptions options
)
public static byte Count(
this BSONRegularExpressionOptions options
)
<ExtensionAttribute>
Public Shared Function Count (
options As BSONRegularExpressionOptions
) As Byte
<ExtensionAttribute>
Public Shared Function Count (
options As BSONRegularExpressionOptions
) As Byte
public:
[ExtensionAttribute]
static unsigned char Count(
BSONRegularExpressionOptions options
)
public:
[ExtensionAttribute]
static unsigned char Count(
BSONRegularExpressionOptions options
)
static member Count :
options : BSONRegularExpressionOptions -> byte
static member Count :
options : BSONRegularExpressionOptions -> byte
Return Value
Type:
ByteUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
BSONRegularExpressionOptions. 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).