TypeElementCollection.Add(TypeElement) Metoda

Definicja

Dodaje określony element do kolekcji.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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

Parametry

element
TypeElement

Element TypeElement reprezentujący znany typ do dodania.

Dotyczy