ExtensionMethodsExpand Method |
Expands the specified bitarray with the specified number of slots
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public static BitArray Expand(
this BitArray toExpand,
int numberOfExtraSlots
)
<ExtensionAttribute>
Public Shared Function Expand (
toExpand As BitArray,
numberOfExtraSlots As Integer
) As BitArray
Parameters
- toExpand
- Type: System.CollectionsBitArray
To expand. - numberOfExtraSlots
- Type: SystemInt32
The number of extra slots.
Return Value
Type:
BitArrayUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
BitArray. 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).
See Also