TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Renjith V S
NA
317
66k
What is the use of Interface <T>?
Apr 4 2014 12:59 AM
Hi,
I have the below code in my interface. I don't know the exact use of <T> used in interface. And also please explain each terms in the code.
public interface IIntreface<T> : IDisposable
{
IEnumerable<T> GetList(Object Object);
T GetItem(Object Object);
Int32 Save(Object Object);
}
Thanks
Reply
Answers (
2
)
INLINE GRIDVIEW
Exporting Crystal Report to Pdf