Search Results for

    Show / Hide Table of Contents

    Class ArrayListVisitor<T>

    Builds an array of all visited items.

    Inheritance
    object
    ArrayListVisitor<T>
    ArrayListVisitor
    Implements
    IItemVisitor<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Index
    Assembly: NetTopologySuite.dll
    Syntax
    public class ArrayListVisitor<T> : IItemVisitor<T>
    Type Parameters
    Name Description
    T

    Properties

    | Edit this page View Source

    Items

    Gets the array of visited items.

    Declaration
    public IList<T> Items { get; }
    Property Value
    Type Description
    IList<T>

    Methods

    | Edit this page View Source

    VisitItem(T)

    Visits an item.

    Declaration
    public void VisitItem(T item)
    Parameters
    Type Name Description
    T item

    The item to visit.

    Implements

    IItemVisitor<T>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX