Class ArrayListVisitor<T>
- Namespace
- NetTopologySuite.Index
- Assembly
- NetTopologySuite.dll
Builds an array of all visited items.
public class ArrayListVisitor<T> : IItemVisitor<T>
Type Parameters
T
- Inheritance
-
ArrayListVisitor<T>
- Implements
-
IItemVisitor<T>
- Derived
- Inherited Members
Constructors
ArrayListVisitor()
public ArrayListVisitor()
Properties
Items
Gets the array of visited items.
public IList<T> Items { get; }
Property Value
- IList<T>
Methods
VisitItem(T)
Visits an item.
public void VisitItem(T item)
Parameters
item
TThe item to visit.