IPair<T> Interface

Definition

Represent a source and target pair of a single generic type

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

Type Parameters

T

Properties

Name Description
Source
Target

Applies to