InclusionExclusionList<T>.Exclude(T) 方法

定义

public:
 void Exclude(T toExclude);
public:
 void Exclude(T toExclude);
void Exclude(T toExclude);
public void Exclude (T toExclude);
member this.Exclude : 'T -> unit
Public Sub Exclude (toExclude As T)

参数

toExclude
T

适用于