TileCook.Test.LayerBuilder.Build C# (CSharp) Méthode

Build() public méthode

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