Skip to content

c0ae863e 1d6b 9c90 d114 23cca2eda582

Fernando Garcia edited this page May 8, 2018 · 1 revision

BaseSimpleModelCollection(TItem, TParent).List Property

Additional header content

Gets a reference to the inner list.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

protected List<TItem> List { get; }

VB

Protected ReadOnly Property List As List(Of TItem)
	Get

Property Value

Type: List(TItem)
The inner list.

Remarks

[Missing documentation for "P:iTin.Export.Model.BaseSimpleModelCollection`2.List"]

See Also

Reference

BaseSimpleModelCollection(TItem, TParent) Class
iTin.Export.Model Namespace

Clone this wiki locally