DoubleCollection.Parse(String) メソッド

定義

double のコレクションの String 表現を、等価の DoubleCollection に変換します。

public:
 static System::Windows::Media::DoubleCollection ^ Parse(System::String ^ source);
public static System.Windows.Media.DoubleCollection Parse (string source);
static member Parse : string -> System.Windows.Media.DoubleCollection
Public Shared Function Parse (source As String) As DoubleCollection

パラメーター

source
String

double のコレクションの String 表現。

戻り値

等価の DoubleCollection を返します。

適用対象