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

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