Base:
method
GetValues
System.Collections.Specialized.NameValueCollection.GetValues(System.Int32)
1 override of GetValues
System.Web (1)
HttpServerVarsCollection.cs (1)
329
public override String[]
GetValues
(int index) {
1 reference to GetValues
System.Web (1)
HttpValueCollection.cs (1)
318
string[] values =
GetValues
(i);