NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

BitArray Constructor (BitArray)

Copies the values of the bits in the specified BitArray into a new BitArray.

[Visual Basic]
Overloads Public Sub New( _
   ByVal bits As BitArray _
)
[C#]
public BitArray(
   BitArray bits
);
[C++]
public: BitArray(
   BitArray* bits
);
[JScript]
public function BitArray(
   bits : BitArray
);

Parameters

bits
The BitArray to copy.

Exceptions

Exception Type Condition
ArgumentException bits is a null reference object.

See Also

BitArray Class | BitArray Members | System.Collections Namespace | BitArray Constructor Overload List