//--------------------------------------------------------------------- public T this[Landis.Landscape.Site site] { set { this[site.Location] = value; } }
//--------------------------------------------------------------------- public T this[Landis.Landscape.Site site] { get { return(this[site.Location]); } }