ReverseListEnumerable Constructor
Namespace: Microsoft.TeamFoundation.OfficeIntegration.Client
Assembly: Microsoft.TeamFoundation.Common.Library (in Microsoft.TeamFoundation.Common.Library.dll)
Syntax
'Declaration
Public Sub New ( _
list As IList _
)
public ReverseListEnumerable(
IList list
)
public:
ReverseListEnumerable(
IList^ list
)
new :
list:IList -> ReverseListEnumerable
public function ReverseListEnumerable(
list : IList
)
Parameters
- list
Type: System.Collections.IList
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.