TypeElementCollection.Add(TypeElement) Method

Definition

Adds a TypeElement to the collection.

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

Parameters

element
TypeElement

The TypeElement to add.

Applies to