IList<TValue>
back_item
front_item
assign(IEnumerable)
assign(Int32, TValue)
assign(IInputIterator<TValue>, IInputIterator<TValue>)
back()
begin(ContainerBidirectionalIterator<TValue>)
clear()
empty()
end(ContainerBidirectionalIterator<TValue>)
erase(ContainerBidirectionalIterator<TValue>, ContainerBidirectionalIterator<TValue>)
erase(ContainerBidirectionalIterator<TValue>, ContainerBidirectionalIterator<TValue>, ContainerBidirectionalIterator<TValue>)
front()
insert(ContainerBidirectionalIterator<TValue>, IEnumerable)
insert(ContainerBidirectionalIterator<TValue>, ContainerBidirectionalIterator<TValue>, TValue)
insert(ContainerBidirectionalIterator<TValue>, IInputIterator<TValue>, IInputIterator<TValue>)
insert(ContainerBidirectionalIterator<TValue>, Int32, TValue)
merge(IList<TValue>, BinaryDelegate<TValue, TValue, Boolean>)
pop_back()
pop_front()
push_back(TValue)
push_front(TValue)
rbegin(ReverseBidirectionalIterator<TValue>)
remove_if(UnaryDelegate<TValue, Boolean>)
remove(TValue)
rend(ReverseBidirectionalIterator<TValue>)
resize(Int32)
resize(Int32, TValue)
reverse()
size()
sort(BinaryDelegate<TValue, TValue, Boolean>)
splice(ContainerBidirectionalIterator<TValue>, IList<TValue>)
splice(ContainerBidirectionalIterator<TValue>, IList<TValue>, ContainerBidirectionalIterator<TValue>)
splice(ContainerBidirectionalIterator<TValue>, IList<TValue>, ContainerBidirectionalIterator<TValue>, ContainerBidirectionalIterator<TValue>)
swap(IList<TValue>)
unique(BinaryDelegate<TValue, TValue, Boolean>)
net35
namespace Microsoft.VisualC.StlClr
{
public interface IList<TValue> : IBidirectionalContainer<TValue>, ICollection, IEnumerable, ICloneable
{
void remove_if(UnaryDelegate<TValue, bool> _Pred);
}
}
.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 net35 | |
Assembly | Microsoft.VisualC.STLCLR , Version=1.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