skip to main
|
skip to sidebar
The all purpose blog
Showing posts with label
Generics
.
Show all posts
Showing posts with label
Generics
.
Show all posts
Tuesday, October 13, 2009
Generic Method
public static T GMethod
(T g)
{
return g;
}
Response.Write(GMethod
(10));
Response.Write("
");
Response.Write(GMethod
("Hi From Gineric Method !"));
=====================OutPut=============================
10
Hi From Gineric Method !
Older Posts
Home
Subscribe to:
Posts (Atom)
Blog Archive
▼
2011
(14)
▼
December
(2)
Ajax Page Response
Image with HomeURL
►
October
(6)
►
September
(4)
►
August
(1)
►
February
(1)
►
2010
(8)
►
April
(1)
►
March
(5)
►
February
(2)
►
2009
(39)
►
October
(8)
►
September
(2)
►
August
(2)
►
July
(2)
►
May
(1)
►
April
(5)
►
March
(14)
►
February
(4)
►
January
(1)
►
2008
(69)
►
December
(5)
►
November
(8)
►
October
(9)
►
September
(9)
►
August
(38)
About Me
Mahmad Khoja
Khoja Mahmadhusen.A Software Developer (BCA,MscIT,MCP 2.0).
View my complete profile