SpriteEditor.FileAssociationHelper.GetAssociationKey C# (CSharp) Method

GetAssociationKey() private static method

private static GetAssociationKey ( string subKey, string associationKey ) : RegistryKey
subKey string
associationKey string
return Microsoft.Win32.RegistryKey
        private static RegistryKey GetAssociationKey(string subKey, string associationKey)
        {
            return Registry.ClassesRoot.OpenSubKey(subKey + associationKey);
        }