BypassElementCollection.Add(BypassElement) Metod

Definition

Lägger till ett element i samlingen.

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)

Parametrar

element
BypassElement

Att BypassElement lägga till i samlingen.

Gäller för

Se även