public CurrentPageViewModel(
[NotNullAttribute] IPagingSource pagingSource
)Public Sub New (
<NotNullAttribute> pagingSource As IPagingSource
)public:
CurrentPageViewModel(
[NotNullAttribute] IPagingSource^ pagingSource
)new :
[<NotNullAttribute>] pagingSource : IPagingSource -> CurrentPageViewModel