IPair<T> Interfaz

Definición

Representar un par de origen y destino de un único tipo genérico

public interface IPair<T>
type IPair<'T> = interface
Public Interface IPair(Of T)

Parámetros de tipo

T

Propiedades

Nombre Description
Source

Representar un par de origen y destino de un único tipo genérico

Target

Representar un par de origen y destino de un único tipo genérico

Se aplica a