Gets the number of Entity in the current EntityMultiMap<TKey> for the given TKey.
public int Count(TKey key);
key
TKey
The key to locate in the EntityMultiMap<TKey>.
System.Int32
The number of Entity in the current EntityMultiMap<TKey> for the given TKey.