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

定義

指定したオブジェクトを、変更できないリストの末尾に追加します。

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

パラメーター

value
T

追加するオブジェクト。

戻り値

オブジェクトが追加された新しい変更できないリスト。

適用対象