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

해당 DoubleCollection을 반환합니다.

적용 대상