NevronOpenVision
Nevron.Nov.Data Namespace / NGenericINIterableDataTable<T> Class
Members
In This Topic
    NGenericINIterableDataTable<T> Class
    In This Topic
    Represents a data table that that exposes the public properties of the objects contained in a typed Nevron.Nov.DataStructures.INIterable.
    Object Model
    NGenericINIterableDataTable<T> Class
    Syntax
    [System.Reflection.DefaultMember("Item")]
    public class NGenericINIterableDataTable<T> : NGenericINCollectionDataTable<T>, Nevron.Nov.INDeeplyCloneable  
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Data.NDataTable
          Nevron.Nov.Data.NObjectsDataTable<TItem>
             Nevron.Nov.Data.NReflectionObjectsDataTable<TItem>
                Nevron.Nov.Data.NGenericINCollectionDataTable<T>
                   Nevron.Nov.Data.NGenericINIterableDataTable<T>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also