Read only collection of SearchResultList..::..SearchResultListInfo objects

Namespace: GZTW.AyaNova.BLL
Assembly: GZTW.AyaNova.BLL (in GZTW.AyaNova.BLL.dll) Version: 7.0.0.0 (7.0.0.0)

Syntax

C#
[SerializableAttribute]
public class SearchResultList : ReadOnlyCollectionBase
Visual Basic
<SerializableAttribute> _
Public Class SearchResultList _
	Inherits ReadOnlyCollectionBase
Visual C++
[SerializableAttribute]
public ref class SearchResultList : public ReadOnlyCollectionBase

Inheritance Hierarchy

System..::..Object
  System.Collections..::..CollectionBase
    BindableCollectionBase
      SortableCollectionBase
        ReadOnlyCollectionBase
          GZTW.AyaNova.BLL..::..SearchResultList

See Also