/// <summary> /// Gets the data with identifier. /// </summary> /// <param name="ID">The identifier.</param> internal Data GetDataWithID(int ID) { return(this.Datas[GlobalID.GetID(ID)]); }
/// <summary> /// Gets the identifier. /// </summary> internal int GetID() { return(GlobalID.GetID(this.ID)); }