Parse() статический приватный Метод

static private Parse ( string str, ReleaseVersion schema ) : IfcWallStandardCase
str string
schema ReleaseVersion
Результат IfcWallStandardCase
Пример #1
0
 internal new static IfcWallStandardCase Parse(string str, ReleaseVersion schema)
 {
     IfcWallStandardCase w = new IfcWallStandardCase(); int pos = 0; w.Parse(str, ref pos, str.Length, schema); return(w);
 }
Пример #2
0
 internal static new IfcWallStandardCase Parse(string str, ReleaseVersion schema)
 {
     IfcWallStandardCase w = new IfcWallStandardCase(); int pos = 0; w.Parse(str, ref pos, str.Length, schema); return w;
 }