Share via


AddRange Method (T[])

Combine an array of objects which match the current collection type to the current RdfCollection instance

Namespace:  Microsoft.Imm.Sdk.Rdf
Assembly:  Microsoft.Imm.Sdk (in Microsoft.Imm.Sdk)
Version: 1.0.0.0 (1.0.0.0)

Syntax

public virtual void AddRange(
    T[] array
)

Parameters

  • array
    Type: array< T > [] () []
    An array of object which match the current collection type to add to the current RdfCollection instance

See Also

RdfCollection< (Of < (T> ) > ) Class

AddRange Overload

Microsoft.Imm.Sdk.Rdf Namespace