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。