[This is preliminary documentation and is subject to change.]
Removes the first occurrence of a specific item from the IList.
| C# | Visual Basic | Visual C++ |
public void Remove( ValidationAttributeGroupResult value )
Public Sub Remove ( _ value As ValidationAttributeGroupResult _ )
public: void Remove( ValidationAttributeGroupResult^ value )
- value (ValidationAttributeGroupResult)
- The item to remove from the IList.