'宣言 Public Overridable Sub DeletePropValue( _ ByVal propKey As System.Integer _ )
'使用法 Dim instance As PropsHashTable(Of T) Dim propKey As System.Integer instance.DeletePropValue(propKey)
public virtual void DeletePropValue( System.int propKey )
パラメータ
- propKey
- The property key to remove.