IHash<TKey, TValue>
begin(ContainerBidirectionalIterator<TValue>)
bucket_count()
clear()
count(TKey)
empty()
end(ContainerBidirectionalIterator<TValue>)
equal_range(GenericPair<ContainerBidirectionalIterator<TValue>, ContainerBidirectionalIterator<TValue>>, TKey)
erase(TKey)
erase(ContainerBidirectionalIterator<TValue>, ContainerBidirectionalIterator<TValue>)
erase(ContainerBidirectionalIterator<TValue>, ContainerBidirectionalIterator<TValue>, ContainerBidirectionalIterator<TValue>)
find(ContainerBidirectionalIterator<TValue>, TKey)
hash_delegate()
insert(IEnumerable)
insert(IInputIterator<TValue>, IInputIterator<TValue>)
insert(ContainerBidirectionalIterator<TValue>, ContainerBidirectionalIterator<TValue>, TValue)
insert(GenericPair<ContainerBidirectionalIterator<TValue>, Boolean>, TValue)
key_comp()
load_factor()
lower_bound(ContainerBidirectionalIterator<TValue>, TKey)
max_load_factor()
max_load_factor(Single)
rbegin(ReverseBidirectionalIterator<TValue>)
rehash(Int32)
rend(ReverseBidirectionalIterator<TValue>)
size()
swap(IHash<TKey, TValue>)
upper_bound(ContainerBidirectionalIterator<TValue>, TKey)
value_comp()
net35
namespace Microsoft.VisualC.StlClr
{
[SuppressMessage("Microsoft.Design", "CA1005")]
public interface IHash<TKey, TValue> : IBidirectionalContainer<TValue>, ICollection, IEnumerable, ICloneable
}
.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