/// <summary> /// Returns true if this SDK supports the given platform, or false otherwise. /// </summary> public bool ContainsPlatform(string targetPlatformIdentifier, string targetPlatformVersion) { string sdkKey = GetSdkKey(targetPlatformIdentifier, targetPlatformVersion); return(Platforms.ContainsKey(sdkKey)); }