Xsolla.XsollaTranslations.Parse C# (CSharp) Method

Parse() public method

public Parse ( JSONNode translationsNode ) : IParseble
translationsNode JSONNode
return IParseble
        public IParseble Parse(JSONNode translationsNode)
        {
            fillMap (translationsNode);
            return this;
        }