CourseCollectionOrmTemplate.Item Property
Gets or sets the Course at the specified index. In C#, this property is the indexer for the IList interface.
[Visual Basic]Public Default Property Item( _
ByVal
index As
Integer _
) As
Course [C#]public
Course this[
int index] {get; set;}
See Also
CourseCollectionOrmTemplate Class | OleroTrainingBiz Namespace