예제 #1
0
        //---------------------------------------------------------------------

        public T this[Landis.Landscape.Site site]
        {
            set {
                this[site.Location] = value;
            }
        }
예제 #2
0
        //---------------------------------------------------------------------

        public T this[Landis.Landscape.Site site]
        {
            get {
                return(this[site.Location]);
            }
        }