skip to main
|
skip to sidebar
The all purpose blog
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 !
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
►
2011
(14)
►
December
(2)
►
October
(6)
►
September
(4)
►
August
(1)
►
February
(1)
►
2010
(8)
►
April
(1)
►
March
(5)
►
February
(2)
▼
2009
(39)
▼
October
(8)
Sort DataTable
Get Base Url Of WebSite
Out Vs Ref Parameters
Generic Method
Generic Method
Find object is of which class
Can we have abstract class without abstract method ?
Use Of PageMethods In Javascript To Call Server Si...
►
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
No comments:
Post a Comment