Show / Hide Table of Contents

Class Iterator<V>

Inheritance
System.Object
Iterator<V>
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 class Iterator<V>
Type Parameters
Name Description
V

Constructors

| Improve this Doc View Source

Iterator(List<V>)

Declaration
public Iterator(List<V> list)
Parameters
Type Name Description
System.Collections.Generic.List<V> list

Methods

| Improve this Doc View Source

hasNext()

Declaration
public bool hasNext()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

next()

Declaration
public V next()
Returns
Type Description
V
| Improve this Doc View Source

remove()

Declaration
public void remove()

Extension Methods

JSONWriter.ToJson(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX