TypeElementCollection.Remove(TypeElement) Método
Definição
Remove o elemento especificado da coleção.Removes the specified element from the collection.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
void Remove(System::Runtime::Serialization::Configuration::TypeElement ^ element);
public void Remove (System.Runtime.Serialization.Configuration.TypeElement element);
member this.Remove : System.Runtime.Serialization.Configuration.TypeElement -> unit
Public Sub Remove (element As TypeElement)
Parâmetros
- element
- TypeElement
O TypeElement a ser removido.The TypeElement to remove.