Namespace:  MonoOBSFramework
Assembly:  MonoOBSFramework (in MonoOBSFramework.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
private static string CheckKeyExist(
	Dictionary<string, string> Result,
	string Key
)
Private Shared Function CheckKeyExist ( _
	Result As Dictionary(Of String, String), _
	Key As String _
) As String
private:
static String^ CheckKeyExist(
	Dictionary<String^, String^>^ Result, 
	String^ Key
)

Parameters

Result
Dictionary<(Of <(String, String>)>)
Key
String

See Also