Class IteratorHelper
Inheritance
System.Object
IteratorHelper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SCTP4CS.Utils
Assembly: SIPSorcery.dll
Syntax
public static class IteratorHelper
Methods
| Improve this Doc View Sourceiterator<V>(List<V>)
Declaration
public static Iterator<V> iterator<V>(this List<V> list)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<V> | list |
Returns
Type | Description |
---|---|
Iterator<V> |
Type Parameters
Name | Description |
---|---|
V |
iterator<K, V>(Dictionary<K, V>)
Declaration
public static Iterator<K, V> iterator<K, V>(this Dictionary<K, V> dict)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.Dictionary<K, V> | dict |
Returns
Type | Description |
---|---|
Iterator<K, V> |
Type Parameters
Name | Description |
---|---|
K | |
V |