Returns an item at a given index in the collection.

Namespace:  Microsoft.Lync.Model.Group
Assembly:  Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)

Syntax

C#
public 
Group 
this[
	
int 
_index
] { 
get; 
set; }

Parameters

_index
Type: System . . :: . . Int32

Implements

IList < (Of < ( <' T > ) > ) > . . :: . . Item [ ( [ ( Int32 ] ) ] )

See Also