Opc.Ua.RelativePathFormatter.RelativePathFormatter C# (CSharp) Méthode

RelativePathFormatter() public méthode

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

Same methods

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