3 references to type
System (3)
net\System\Net\Configuration\ModuleElement.cs (3)
18
this.properties.Add(this.
type
);
32
get { return (string)this[this.
type
]; }
33
set { this[this.
type
] = value; }