Playtomic.PlayerAchievement.GetLong C# (CSharp) 메소드

GetLong() 개인적인 메소드

private GetLong ( string s ) : long
s string
리턴 long
        private long GetLong(string s)
        {
            return ContainsKey (s) ? long.Parse(this[s].ToString ()) : 0L;
        }