DataContractBase.GetNewCollection<T> Method ()

 

Instantiates and returns a new collection.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

protected static Collection<T> GetNewCollection<T>()
protected:
generic<typename T>
static Collection<T>^ GetNewCollection()
static member GetNewCollection<'T> : unit -> Collection<'T>
Protected Shared Function GetNewCollection(Of T) As Collection(Of T)

Return Value

Type: System.Collections.ObjectModel.Collection<T>

A new collection.

Type Parameters

  • T
    The type of the object inside the collection.

See Also

DataContractBase Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top