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

정의

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

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

매개 변수

item
T

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

반환

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

적용 대상