名前空間: Microsoft.TeamFoundation.Framework.Common
アセンブリ: Microsoft.TeamFoundation.Common (Microsoft.TeamFoundation.Common.dll 内)
構文
'宣言
Public Delegate Function CopyCollectionDelegate ( _
collection As ICollection(Of TElement) _
) As ICollection(Of TElement)
public delegate ICollection<TElement> CopyCollectionDelegate(
ICollection<TElement> collection
)
パラメーター
- collection
型 : System.Collections.Generic.ICollection<TElement>
戻り値
型 : System.Collections.Generic.ICollection<TElement>