Opc.Ua.RelativePathFormatter.RelativePathFormatter C# (CSharp) 메소드

RelativePathFormatter() 공개 메소드

Initializes the object the default values.
public RelativePathFormatter ( ) : System
리턴 System
        public RelativePathFormatter()
        {
            m_elements = new List<Element>();
        }
        #endregion

Same methods

RelativePathFormatter::RelativePathFormatter ( RelativePath relativePath, ITypeTable typeTree ) : System