C#编程-90:Hashtale相关操作

83 阅读1分钟

添加:add(key,value);

\

删除:remove(key)

清空:clear()

\

查找:

contains

containskey(key)

containsvalue(value)

\