SetterBaseCollection.GetView Method

Definition

Gets an immutable view into the collection.

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

Returns

An object representing the immutable collection view.

Implements

Applies to