NameCollection.Remove

Remove(string[])

Remove an array of name

public void Remove(string[] names)
ParameterTypeDescription
namesString[]The names’ text.

See Also


Remove(string)

Remove the name.

public void Remove(string text)
ParameterTypeDescription
textStringThe name text.

See Also