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

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