Lidgren Network Library documentation |
NetBitVector..::..Bit Property |
NetBitVector Class See Also Send Feedback |
Gets the bit/bool at the specified index
Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)
Syntax
C# |
---|
public bool this[ int index ] { get; set; } |
Visual Basic |
---|
Public Default Property Bit ( _ index As Integer _ ) As Boolean Get Set |
Visual C++ |
---|
public: property bool default[int index] { bool get (int index); void set (int index, bool value); } |
Parameters
- index
- Type: System..::..Int32