GeometryGym.Ifc.IfcDuration.IfcDuration C# (CSharp) Метод

IfcDuration() публичный Метод

public IfcDuration ( ) : System
Результат System
		public IfcDuration() { }
		public static string Convert(IfcDuration d) { return (d == null ? "$" : d.ToString()); }