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

정의

모든 경우에 NotSupportedException을 throw합니다.

 virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (value As Object) As Integer Implements IList.Add

매개 변수

value
Object

배열에 추가할 값입니다.

반환

모든 경우에 NotSupportedException을 throw합니다.

구현

예외

모든 경우에 throw됩니다.

적용 대상