BypassElementCollection.Add(BypassElement) 方法

定义

将一个元素添加到集合中。

public:
 void Add(System::Net::Configuration::BypassElement ^ element);
public void Add (System.Net.Configuration.BypassElement element);
member this.Add : System.Net.Configuration.BypassElement -> unit
Public Sub Add (element As BypassElement)

参数

element
BypassElement

要添加到集合中的 BypassElement

适用于

另请参阅