ImmutableList<T>.IList.Add(Object) 方法
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将项添加到不可变列表。
virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
C#
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
要添加到列表中的对象。
新元素插入到的位置,或者为 -1,表示该项未插入到列表中。
始终引发。
此成员是显式接口成员的实现。 它只能在 ImmutableList<T> 实例被强制转换为 IList 接口时使用。
产品 | 版本 |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
UWP | 10.0 |