HashtableArray.Remove Method

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > HashtableArray Class > HashtableArray Methods >

HashtableArray.Remove Method

BR.AN.PviServices .NET


Removes the element with the specified key from the System.Collections.Hashtable.

[Visual Basic]

Public Sub Remove( _

  ByVal key As Object _

)

[C#]

public void Remove(

  object key

);

Parameters

key

The key of the element to remove.

See Also

HashtableArray Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]