Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Removes an ULParameter from the collection.
Visual BasicPublic Overrides Sub Remove( _ ByVal value As Object _)
C#public override void Remove( object value);
value The ULParameter object to remove.