CollectionCoreTItems Property  | 
 
            Items contained by this collection. Returns simply this instance.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax[XmlIgnoreAttribute]
public virtual IList<T> Items { get; }<XmlIgnoreAttribute>
Public Overridable ReadOnly Property Items As IList(Of T)
	Get
Property Value
Type: 
IListT
See Also