Opc.Ua.RelativePathFormatter.RelativePathFormatter C# (CSharp) Method

RelativePathFormatter() public method

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

Same methods

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