[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:fCraft.MetadataCollection`1.TryGetValue(System.String,System.String,`0@)"]

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public bool TryGetValue(
	string group,
	string key,
	out TValue value
)

Parameters

group
String

[Missing <param name="group"/> documentation for "M:fCraft.MetadataCollection`1.TryGetValue(System.String,System.String,`0@)"]

key
String

[Missing <param name="key"/> documentation for "M:fCraft.MetadataCollection`1.TryGetValue(System.String,System.String,`0@)"]

value
TValue%

[Missing <param name="value"/> documentation for "M:fCraft.MetadataCollection`1.TryGetValue(System.String,System.String,`0@)"]

Return Value

[Missing <returns> documentation for "M:fCraft.MetadataCollection`1.TryGetValue(System.String,System.String,`0@)"]

See Also