TileCook.Test.LayerBuilder.Build C# (CSharp) Метод

Build() публичный Метод

public Build ( ) : Layer
Результат Layer
        public Layer Build()
        {
            return new Layer(
                this._name,
                this._title,
                this._gridSet,
                this._provider,
                this._cache
            );
        }