public List<TEntity> CurrentList { get; }
Public ReadOnly Property CurrentList As List(Of TEntity) Get
public: property List<TEntity>^ CurrentList { List<TEntity>^ get (); }