Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
检查集合中是否存在具有指定名称的 ULParameter 对象。
Public Overrides Function Contains(ByVal value As String) As Boolean
public override bool Contains(string value)
value 要搜索的参数的名称。
如果集合中包含该 ULParameter 对象,则为 true;否则为 false。