Infolink

 

Search This Blog

Showing posts with label Windows Applicatio. Show all posts
Showing posts with label Windows Applicatio. Show all posts

Nov 8, 2012

IList Generic Interface

IList Generic Interface represents a collection of objects that can be individually accessed by index.

This example demonstrates how to use IList Generic Interface to store data.
IList Generic Interface represents a collection of objects that can be individually accessed by index.
First, you will need to import the System.Collections.Generic namespace.
using System.Collections.Generic;
Related Posts Plugin for WordPress, Blogger...