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