点击或拖拽改变大小

TrieTreeTValueTryGetValue 方法

只能是数字、字母和_

命名空间:  CPF
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public bool TryGetValue(
	string key,
	out TValue value
)

参数

key
类型:SystemString

[缺少 "M:CPF.TrieTree`1.TryGetValue(System.String,`0@)" 的 <param name="key"/> 文档]

value
类型:TValue

[缺少 "M:CPF.TrieTree`1.TryGetValue(System.String,`0@)" 的 <param name="value"/> 文档]

返回值

类型:Boolean

[缺少 "M:CPF.TrieTree`1.TryGetValue(System.String,`0@)" 的 <returns> 文档]

参见