Gets an array of 32-bit integers that represent the number of elements in each dimension of the array.
            
            
            Syntax
            
            
            
            
            'Declaration
 
<NotNullAttribute()>
Function GetMinimumLengths() As Object()
             
        
            
            'Usage
 
Dim instance As _SequenceData
Dim value() As Object
 
value = instance.GetMinimumLengths()
             
        
            
            [NotNull()]
object[] GetMinimumLengths()
             
        
            
            [NotNull()]
array<Object^>^ GetMinimumLengths(); 
             
        
             
        
            
            
            Return Value
This method never returns null (Nothing in Visual Basic).
The individual elements of the returned value are never null (Nothing in Visual Basic).
 
            Exceptions
| Exception | Description | 
| System.OverflowException | An arithmetic, casting, or conversion operation in a checked context resulted in an overflow. | 
 
            
            
            
            
            
            
            
            
            Requirements
 
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
            
            See Also