public List<TEntity> Table { get; set; }
Public Property Table As List(Of TEntity) Get Set
public: property List<TEntity>^ Table { List<TEntity>^ get (); void set (List<TEntity>^ value); }