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

static private Parse ( string str ) : IfcLightSourceAmbient
str string
리턴 IfcLightSourceAmbient
예제 #1
0
 //internal IfcLightSourceAmbient(IfcLightSourceAmbient el) : base((IfcLightSourceAmbient)el) { }
 internal static IfcLightSourceAmbient Parse(string str)
 {
     IfcLightSourceAmbient l = new IfcLightSourceAmbient(); int pos = 0; l.Parse(str, ref pos, str.Length); return(l);
 }
예제 #2
0
 //internal IfcLightSourceAmbient(IfcLightSourceAmbient el) : base((IfcLightSourceAmbient)el) { }
 internal static IfcLightSourceAmbient Parse(string str)
 {
     IfcLightSourceAmbient l = new IfcLightSourceAmbient(); int pos = 0; l.Parse(str, ref pos, str.Length); return l;
 }