Parse() 정적인 개인적인 메소드

static private Parse ( string str, ReleaseVersion schema ) : IfcWindow
str string
schema ReleaseVersion
리턴 IfcWindow
예제 #1
0
 internal static IfcWindow Parse(string str, ReleaseVersion schema)
 {
     IfcWindow w = new IfcWindow(); int pos = 0; w.Parse(str, ref pos, str.Length, schema); return(w);
 }
예제 #2
0
 internal static IfcWindow Parse(string str, ReleaseVersion schema)
 {
     IfcWindow w = new IfcWindow(); int pos = 0; w.Parse(str, ref pos, str.Length, schema); return w;
 }