Click or drag to resize
FdfNamedObjectListDictionaryTTryGetKeyValuePair Method

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public bool TryGetKeyValuePair(
	ref KeyValuePair<string, List<T>> kvp,
	string key
)

Parameters

kvp
Type: System.Collections.GenericKeyValuePairString, ListT
key
Type: SystemString

Return Value

Type: Boolean
See Also