TileCook.Test.LayerBuilder.Build C# (CSharp) Method

Build() public method

public Build ( ) : Layer
return Layer
        public Layer Build()
        {
            return new Layer(
                this._name,
                this._title,
                this._gridSet,
                this._provider,
                this._cache
            );
        }