- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
return Array.IndexOf<int>
(
Array.ConvertAll<object, int>
(
usedTemplates,
delegate(object o) { return (int)o; }
),
templateID
)
>= 0;
Комментарии (0) RSS