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

추가할 개체입니다.

반환

ImmutableList<T>

개체가 추가된 변경할 수 없는 새 목록입니다.

적용 대상