Name

ParameterModifier

Synopsis

This value type acts much like an array of boolean values. It can be constructed to a certain size, and then each index can be set or retrieved.

Public Structure ParameterModifier
                  ' Public Constructors
   Public Sub New( ByVal paramaterCount As Integer) 
' Public Instance Properties
   Public Default Property Item(
        ByVal index As Integer) As Boolean  
End Structure

Hierarchy

System.ObjectSystem.ValueType ParameterModifier

Passed To

Multiple types

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.