次の方法で共有


InputAssetCollection<T> クラス

定義

public class InputAssetCollection<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>
type InputAssetCollection<'T> = class
    interface ICollection<'T>
    interface seq<'T>
    interface IEnumerable
Public Class InputAssetCollection(Of T)
Implements ICollection(Of T), IEnumerable(Of T)

型パラメーター

T
継承
InputAssetCollection<T>
実装

コンストラクター

InputAssetCollection<T>()

プロパティ

Count
IsReadOnly
Item[Int32]

メソッド

Add(T)
AddRange(IEnumerable<T>)
Clear()
Contains(T)
CopyTo(T[], Int32)
GetEnumerator()
Remove(T)

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

拡張メソッド

ToCommaSeparatedString<T>(IEnumerable<T>)

コレクションの要素を文字列に変換し、それらをコンマ区切りのリストに連結するか、null または空のコレクションの場合は null を返します。

適用対象