GenericClass<T1, T2>.Mm1 Method

A method with a parameter of constructed type (bound generic type).
Public Sub Mm1( _ 
ByVal x As List(Of Integer)() _ 
)
This language is not supported or no code example is available.
public void Mm1( 
List<int>[] x 
)
This language is not supported or no code example is available.
member Mm1 :  
x:List<int>[] 
-> unit
This language is not supported or no code example is available.
public:  
void Mm1( 
array< List<int>^ >^ x 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

x
List<int>[]

A parameter of constructed type (bound generic type)

.NET Framework

Supported in: 4.6, 4.5, 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Core

Supported in: 1.0, 1.1, 2.0

.NET Standard

Supported in: 2.0

Xamarin.Android

Supported in: 7.1

Portable Class Library

Supported in: Portable Class Library

In this article

Definition