DataContractBase.GetNewCollection<T> 메서드
Instantiates and returns a new collection.
네임스페이스: Microsoft.MasterDataServices.Services.DataContracts
어셈블리: Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)
구문
‘선언
Protected Shared Function GetNewCollection(Of T) As Collection(Of T)
‘사용 방법
Dim returnValue As Collection(Of T)
returnValue = DataContractBase.GetNewCollection()
protected static Collection<T> GetNewCollection<T>()
protected:
generic<typename T>
static Collection<T>^ GetNewCollection()
static member GetNewCollection : unit -> Collection<'T>
JScript는 제네릭 형식 및 메서드를 지원하지 않습니다.
유형 매개 변수
- T
The type of the object inside the collection.
반환 값
유형: System.Collections.ObjectModel.Collection<T>
A new collection.