'Declaration Public Sub Remove( _ ByVal value As OmrSegmentModel _ )
'Usage Dim instance As OmrSegmentModelCollection Dim value As OmrSegmentModel instance.Remove(value)
public void Remove( OmrSegmentModel value )
public: void Remove( OmrSegmentModel* value )
public: void Remove( OmrSegmentModel^ value )
Parameters
- value
- The element to remove from the collection.