ReflectionIT NDocSample Library

EmployeeCollection.Item Property

Gets or sets the element at the specified index. In C#, this property is the indexer for the EmployeeCollection class.

public Employee this[
   int index
] {get; set;}

Parameters

index
The zero-based index of the employee to get or set.

See Also

EmployeeCollection Class | ReflectionIT.NDocSample Namespace