Adds the specified collection of IClaimsIdentity to the collection.
Пространство имен: Microsoft.IdentityModel.Claims
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim instance As ClaimsIdentityCollection
Dim collection As IEnumerable(Of IClaimsIdentity)

instance.AddRange(collection)

Синтаксис

Visual Basic
Public Sub AddRange ( _
		collection As IEnumerable(Of IClaimsIdentity) _
)
C#
public void AddRange (
		IEnumerable<IClaimsIdentity> collection
)
C++
public:
void AddRange (
		IEnumerable<IClaimsIdentity^>^ collection
)
J#
public void AddRange (
		IEnumerable<IClaimsIdentity> collection
)
JScript
public function AddRange (
		collection : IEnumerable<IClaimsIdentity>
)

Параметры

collection

The collection of IClaimsIdentity to add to the collection.

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

См. также