ImmutableArray<T>.IImmutableList<T>.Add(T) 메서드

정의

지정된 항목이 끝에 추가된 원래 배열의 복사본을 반환합니다.

 virtual System::Collections::Immutable::IImmutableList<T> ^ System.Collections.Immutable.IImmutableList<T>.Add(T value) = System::Collections::Immutable::IImmutableList<T>::Add;
System.Collections.Immutable.IImmutableList<T> IImmutableList<T>.Add (T value);
abstract member System.Collections.Immutable.IImmutableList<T>.Add : 'T -> System.Collections.Immutable.IImmutableList<'T>
override this.System.Collections.Immutable.IImmutableList<T>.Add : 'T -> System.Collections.Immutable.IImmutableList<'T>
Function Add (value As T) As IImmutableList(Of T) Implements IImmutableList(Of T).Add

매개 변수

value
T

배열의 끝에 추가할 값입니다.

반환

지정된 항목이 끝에 추가된 새 배열입니다.

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, ImmutableArray<T> 인스턴스가 IImmutableList<T> 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상