IImmutableList<T>.Add(T) メソッド

定義

リストのコピーを作成し、指定したオブジェクトをコピーしたリストの末尾に追加します。

public:
 System::Collections::Immutable::IImmutableList<T> ^ Add(T value);
public System.Collections.Immutable.IImmutableList<T> Add (T value);
abstract member Add : 'T -> System.Collections.Immutable.IImmutableList<'T>
Public Function Add (value As T) As IImmutableList(Of T)

パラメーター

value
T

リストに追加するオブジェクト。

戻り値

オブジェクトが追加された新しいリスト。

適用対象