BExIS.Dlm.Entities.DataStructure.Methodology.Methodology C# (CSharp) Method

Methodology() public method

public Methodology ( ) : System.Collections.Generic
return System.Collections.Generic
        public Methodology()
        {
            DataContainers = new List<DataContainer>();
        }
Methodology