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.SetAll

Assigns a value to all bits in the BitArray.

[Visual Basic]
Public Sub SetAll( _
   ByVal value As Boolean _
)
[C#]
public void SetAll(
   bool value
);
[C++]
public: void SetAll(
   bool value
);
[JScript]
public function SetAll(
   value : Boolean
);

Parameters

value
The Boolean value to assign to all bits.

Return Value

None.

See Also

BitArray Class | BitArray Members | System.Collections Namespace