FSO.LotView.Components.WallComponent.GetPattern C# (CSharp) Метод

GetPattern() приватный Метод

private GetPattern ( ushort id ) : Wall
id ushort
Результат FSO.Content.Model.Wall
        private Wall GetPattern(ushort id)
        {
            if (!WallCache.ContainsKey(id)) WallCache.Add(id, Content.Content.Get().WorldWalls.Get(id));
            return WallCache[id];
        }