IVector<TValue>
back_item
front_item
this[Int32]
assign(IEnumerable)
assign(Int32, TValue)
assign(IInputIterator<TValue>, IInputIterator<TValue>)
at(Int32)
back()
begin(ContainerRandomAccessIterator<TValue>)
capacity()
clear()
empty()
end(ContainerRandomAccessIterator<TValue>)
erase(ContainerRandomAccessIterator<TValue>, ContainerRandomAccessIterator<TValue>)
erase(ContainerRandomAccessIterator<TValue>, ContainerRandomAccessIterator<TValue>, ContainerRandomAccessIterator<TValue>)
front()
get_generation()
insert(ContainerRandomAccessIterator<TValue>, IEnumerable)
insert(ContainerRandomAccessIterator<TValue>, ContainerRandomAccessIterator<TValue>, TValue)
insert(ContainerRandomAccessIterator<TValue>, IInputIterator<TValue>, IInputIterator<TValue>)
insert(ContainerRandomAccessIterator<TValue>, Int32, TValue)
pop_back()
push_back(TValue)
rbegin(ReverseRandomAccessIterator<TValue>)
rend(ReverseRandomAccessIterator<TValue>)
reserve(Int32)
resize(Int32)
resize(Int32, TValue)
size()
swap(IVector<TValue>)
net481
namespace Microsoft.VisualC.StlClr
{
[DefaultMember("Item")]
public interface IVector<TValue> : IRandomAccessContainer<TValue>, ICollection, IEnumerable, ICloneable
{
uint get_generation();
}
}
.NET Framework | 3.54.04.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
---|---|
Information specific to net481 | |
Assembly | Microsoft.VisualC.STLCLR , Version=2.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | Your project needs an assembly reference to |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API