GenericClass<T1, T2>.Mm4<T3> Method

A generic method with a parameter of generic type from the owner class.
Public Sub Mm4(Of  _ 
T3)( _ 
ByVal x As List(Of T2) _ 
)
This language is not supported or no code example is available.
public void Mm4<T3>( 
List<T2> x 
)
This language is not supported or no code example is available.
member Mm4<'T3> :  
x:List<'T2> 
-> unit
This language is not supported or no code example is available.
generic<typename T3> 
public:  
void Mm4( 
List<T2^>^ 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.

Type Parameters

T3

Method's own type parameter.

Parameters

x
List<T2>

A parameter of generic type from the owner class.

.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