Removes the first occurrence of a specific
Header from the
IList.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# |
|---|
public void Remove(
Object value
) |
| Visual Basic |
|---|
Public Sub Remove (
value As Object
) |
| Visual C++ |
|---|
public:
virtual void Remove(
Object^ value
) sealed |
| F# |
|---|
abstract Remove :
value : Object -> unit
override Remove :
value : Object -> unit |
Parameters
- value
- Type: System..::..Object
The Header to remove from the IList.
Implements
IList..::..Remove(Object)
See Also