HubSectionCollection.GetView Method

Definition

Gets an immutable view into the collection.

public:
 virtual IVectorView<HubSection ^> ^ GetView() = IVector<HubSection ^>::GetView;
IVectorView<HubSection> GetView();
public IReadOnlyList<HubSection> GetView();
function getView()
Public Function GetView () As IReadOnlyList(Of HubSection)

Returns

An object representing the immutable collection view.

Implements

Applies to