バージョン

SafeReadOnlyDoubleCollection コンストラクタ(IList<Double>)

新しい SafeReadOnlyDoubleCollection を作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal target As IList(Of Double) _
)
public SafeReadOnlyDoubleCollection( 
   IList<double> target
)

パラメータ

target
ラップするターゲット コレクション。
参照