'宣言
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Shared Function AsNonUpdatable(Of T)( _ ByVal view As View(Of T) _ ) As View(Of T)
パラメータ
- view
- 読み取り専用として指定するビュー。
型パラメータ
- T
- ビュー内の要素の型。
戻り値の型
同じ view。
'宣言
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Shared Function AsNonUpdatable(Of T)( _ ByVal view As View(Of T) _ ) As View(Of T)