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