Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public static BitArray Expand(
	this BitArray toExpand,
	int numberOfExtraSlots
)

Parameters

toExpand
Type: System.CollectionsBitArray
To expand.
numberOfExtraSlots
Type: SystemInt32
The number of extra slots.

Return Value

Type: BitArray

Usage 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