Name

BitVector32.Section

Synopsis

This structure represents a section of a bit vector that holds a single integer value. A BitVector32.Section instance is created by the BitVector32.CreateSection() method, which specifies the maximum value the Section can hold, and references the preceding Section, unless it is the first Section in the vector.

Public Structure BitVector32.Section
                  ' Public Instance Properties
   Public ReadOnly Property Mask As Short  
   Public ReadOnly Property Offset As Short  
' Public Shared Methods
   Public Shared Function ToString(
        ByVal value As Section) As String  
' Public Instance Methods
   Overrides Public Function Equals(
        ByVal o As Object) As Boolean  
   Overrides Public Function GetHashCode() As Integer  
   Overrides Public Function ToString() As String  
End Structure

Hierarchy

System.ObjectSystem.ValueType Section

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.