BF2Statistics.MedalData.Rank.Exists C# (CSharp) 메소드

Exists() 공개 정적인 메소드

Returns whether or not the Rank ID provided is a valid BF2 Rank index
public static Exists ( int RankId ) : bool
RankId int
리턴 bool
        public static bool Exists(int RankId)
        {
            return RankId.InRange(0, 21);
        }