4 references to Type
System.Data (4)
fx\src\data\System\Data\CodeGen\datacache.cs (4)
537
getEnumerator.ImplementationTypes.Add(
Type
("System.Collections.IEnumerable"));
1513
private static CodeMemberMethod MethodDecl(String type, String name, MemberAttributes attributes) {return Method(
Type
(type), name, attributes);}
1516
property.Type =
Type
(type);
1537
anEvent.Type =
Type
(type);