Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Azavea
Open
DAO
Util
ParamNameCache
C# Class Azavea.Open.DAO.Util.ParamNameCache
Concatenating ("param" + x) wound up taking a lot of time, so here's a cache to hold them so we only ever have to concatenate them once.
Exibir arquivo
Open project: azavea/net-dao
Public Methods
Method
Description
Get
(
int
paramNum
) :
string
Returns "param" + paramNum, except without calulating it every time.
Method Details
Get()
public
method
Returns "param" + paramNum, except without calulating it every time.
public
Get
(
int
paramNum
) :
string
paramNum
int
return
string