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

정의

모든 경우에 NotSupportedException 예외를 throw합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

 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

시퀀스 값입니다.

반환

Int32

추가된 항목의 인덱스입니다.

구현

적용 대상