Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
从集合中删除一个 ULParameter 对象。
Public Overrides Sub Remove(ByVal value As Object)
public override void Remove(object value)
value 要删除的 ULParameter 对象。
ArgumentNullException 不能使用空值引用(在 Visual Basic 中为 Nothing)设置参数。
InvalidCastException 指定的值必须为 ULParameter 对象。
ArgumentException 集合不包含指定的参数。