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