예제 #1
0
        }                                            // the western exit



        public Location(int id, string name, string description, IRaiseItemChangedEvents itemRequiredToEnter = null, Quest questAvailableHere = null, Monster monsterLivingHere = null)
        {
            ID          = id;
            Name        = name;
            Description = description;
            // ItemRequiredToEnter = itemRequiredToEnter;
            QuestAvailableHere = questAvailableHere;
            MonsterLivingHere  = monsterLivingHere;
        }
예제 #2
0
 /// <summary>
 /// Copies <see cref="NpgsqlParameter">NpgsqlParameter</see> objects from the <see cref="NpgsqlParameterCollection">NpgsqlParameterCollection</see> to the specified array.
 /// </summary>
 /// <param name="array">An <see cref="System.Array">Array</see> to which to copy the <see cref="NpgsqlParameter">NpgsqlParameter</see> objects in the collection.</param>
 /// <param name="index">The starting index of the array.</param>
 public override void CopyTo(Array array, int index)
 {
     (InternalList as ICollection).CopyTo(array, index);
     IRaiseItemChangedEvents x = InternalList as IRaiseItemChangedEvents;
 }
예제 #3
0
 /// <summary>
 /// Copies <see cref="Npgsql.NpgsqlParameter">NpgsqlParameter</see> objects from the <see cref="Npgsql.NpgsqlParameterCollection">NpgsqlParameterCollection</see> to the specified array.
 /// </summary>
 /// <param name="array">An <see cref="System.Array">Array</see> to which to copy the <see cref="Npgsql.NpgsqlParameter">NpgsqlParameter</see> objects in the collection.</param>
 /// <param name="index">The starting index of the array.</param>
 public override void CopyTo(Array array, int index)
 {
     NpgsqlEventLog.LogMethodEnter(LogLevel.Debug, CLASSNAME, "CopyTo", array, index);
     (InternalList as ICollection).CopyTo(array, index);
     IRaiseItemChangedEvents x = InternalList as IRaiseItemChangedEvents;
 }