Steamworks.MatchMakingKeyValuePair_t.MatchMakingKeyValuePair_t C# (CSharp) Method

MatchMakingKeyValuePair_t() private method

private MatchMakingKeyValuePair_t ( string strKey, string strValue ) : System
strKey string
strValue string
return System
		MatchMakingKeyValuePair_t(string strKey, string strValue) {
			m_szKey = strKey;
			m_szValue = strValue;
		}
		[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 256)]
MatchMakingKeyValuePair_t