IPair<T> 介面

定義

表示單一通用類型的來源與目標對

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

類型參數

T

屬性

名稱 Description
Source

表示單一通用類型的來源與目標對

Target

表示單一通用類型的來源與目標對

適用於