Alexandria.Engines.Sciagi.ResourceMap.GetPageName C# (CSharp) Метод

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

Get the name of a page.
public GetPageName ( int index ) : string
index int
Результат string
        public string GetPageName(int index)
        {
            return String.Format("resource.{0:d3}", index);
        }