8 references to Add
System.Web.Extensions (8)
Script\Services\WebServiceTypeData.cs (8)
38
Add
(typeof(sbyte), "byte");
39
Add
(typeof(byte), "unsignedByte");
40
Add
(typeof(short), "short");
41
Add
(typeof(ushort), "unsignedShort");
42
Add
(typeof(int), "int");
43
Add
(typeof(uint), "unsignedInt");
44
Add
(typeof(long), "long");
45
Add
(typeof(ulong), "unsignedLong");